Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.18 KB

Podman images

Podman

CircleCI Registry Image Layers

docker pull marshallford/podman:TAG
docker run --privileged -v /tmp/podman:/var/lib/containers marshallford/podman:latest \
run alpine echo hello from alpine in podman container

Podman Remote

CircleCI Registry Image Layers

docker pull marshallford/podman-remote:TAG
docker run marshallford/podman-remote:latest \
PODMAN_VARLINK_ADDRESS="tcp:127.0.0.1:1234" podman-remote images