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

Swap Docker for Podman #37

Closed
MrHedmad opened this issue Jan 16, 2024 · 1 comment
Closed

Swap Docker for Podman #37

MrHedmad opened this issue Jan 16, 2024 · 1 comment
Labels
feat New feature or request

Comments

@MrHedmad
Copy link
Owner

Podman is a FOSS alternative to Docker. It has some advantages for non-enterprise users:

  • Virtually identical usage with respect to Docker;
  • Runs as user by default, generating files owned by the user;
  • Perfectly compatible with Docker;
  • Can upload to the docker registry, albeit with a bit more configuration.

But:

  • Has a worse interface;
  • Less known than docker;
  • Sometimes requires more configuration than docker;

All considered, it should be better.

@MrHedmad MrHedmad added the feat New feature or request label Jan 16, 2024
@MrHedmad
Copy link
Owner Author

I've added the choice of backend from Docker to Podman in #57. The idea is to let the user decide what they prefer. The default is still Docker, however. I think that podman might be better in the long run, but I prefer to test it out some more before making the switch. This issue is resolved, however.

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

No branches or pull requests

1 participant