Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 'podman' #89

Open
mih opened this issue May 27, 2019 · 3 comments
Open

Support 'podman' #89

mih opened this issue May 27, 2019 · 3 comments

Comments

@mih
Copy link
Member

mih commented May 27, 2019

https://podman.io

What is Podman? Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode. Simply put: alias docker=podman.

@mih
Copy link
Member Author

mih commented Sep 29, 2019

DEB packages are available from http://ppa.launchpad.net/projectatomic

@almereyda
Copy link

almereyda commented Aug 17, 2023

I would believe the work requested here only requires little adaptation for rootless containers, and could also benefit to Docker rootless.

If volumes are mapped, for example, it will be good to use the :z or :Z mount options on SELinux systems.

Otherwise this should also work as a drop-in replacement and also removes the limitation currently present in the foot note of:

@yarikoptic
Copy link
Member

indeed, podman is gaining popularity and even for HPC (see e.g. https://github.com/NERSC/podman-hpc although I did not look into what it does there exactly). I guess similarly to docker ideally we should look also into addressing #98 first, likely through using another mechanism than we have ATM for how we place layers on a filesystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants