-
Notifications
You must be signed in to change notification settings - Fork 151
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
use podman instead of docker container #157
Comments
Feel free to submit a pull request to update the the docs and we can review it |
I was hoping someone more familiar with podman and docker could do it. To know when (not) to add qualifiers like "at least", "on fedora", "31+" The basic is easy enough. podman is a dropin replacement, so just change |
There are multiple options for building container images, including:
Different companies favour their tool (RedHat is behind podman and buildah, Google is behind Kaniko), so I don't think it is valid to say that podman is replacing Docker - as this is just a RedHat statement. Docker is probably still the most widely used, so maybe the default choice to use in documentation? However, I agree that the point should be made that there are other tools available to create OCI compliant containers. In certain circumstances, such as building containers on the cloud, Docker has permission and security issues due to the level of access it needs to the underlying virtualisation engine, so in that cases some of the other tools are better choices. |
docker is being / has been replaced by podman (at least) on Fedora. That should be mentioned on pages talking about docker.
in the repository finds references in a few files. local.md and docker.md being the main ones.
The text was updated successfully, but these errors were encountered: