Home
last modified time | relevance | path

Searched refs:podman (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/ci/
DMakefile37 ifneq (, $(shell command -v podman))
38 podman pull docker-daemon:$(TAG_BASE)/$@:$(TAG_VERSION) target
46 ifneq (, $(shell command -v podman))
47 podman pull docker-daemon:$(TAG_BASE)/$@:$(TAG_VERSION) target
Drun_container.sh26 if which podman >/dev/null; then
31 podman run \
DREADME.md30 See [Podman Installation](https://podman.io/getting-started/installation) for
31 instructions on how to install podman.
34 special instructions on how to set up podman.
36 If you already have docker installed, that will do as well. However podman is
/external/libffi/.travis/
Dbuild.sh14 which podman > /dev/null 2>&1
18 export DOCKER=podman