Skip to content

devops-build/buildah-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podman container image

This image provides an easy way to try out podman and a base for nested containerization scenarios where the child container should run as unprivileged user.

The alpine-based image contains the following statically linked binaries:

Containers must be run as --privileged. The container process is still started with the root user to allow the entrypoint script to change the storage volume mount point's (/podman/.local/share/containers/storage) owner to the unprivileged podman user.

Usage example

docker run --privileged mgoltzsche/podman docker run alpine:3.9 echo hello from nested podman container

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 89.0%
  • Shell 11.0%