Sign inSign up

toolbelt/podman

By toolbelt

•Updated 1 day ago

Image
0

5.6K

toolbelt/podman repository overview

build status image size

source code docker image

⁠podman

Docker image for podman⁠. It's a bit like dind⁠, but with podman (pind?, pinp?, nah). To use run

docker run --privileged --rm --volume containers:/podman/containers -ti toolbelt/podman

Custom configuration may be mounted into /etc/containers like

docker run --privileged --rm --volume containers:/podman/containers --volume containers-config:/etc/containers:ro -ti toolbelt/podman

Keep in mind podman runs as non-root user with ten of thousands (literally, there are 10000) uids and gids at it's disposal. If that's not enough, running as root is an option (please take note of the changed target path of the containers volume):

docker run --privileged --rm --user root --volume containers:/var/lib/containers -ti toolbelt/podman

See here⁠ for further invocation details.

⁠NOTICE

This docker image includes

podman⁠

Alpine Linux⁠ – maintained by the Alpine Linux development team.

Tag summary

Content type

Image

Digest

sha256:5e9c34656…

Size

38.4 MB

Last updated

1 day ago

docker pull toolbelt/podman