You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may want to try Podman as an alternative to Docker and eventually support it. Podman is currently adding new API for compatibility with Docker and docker-compose: https://podman.io/blogs/2020/01/17/podman-new-api.html
If you didn't know Podman I suggest you to check it since it has many advantages compared to Docker while keeping much compatibility as possible.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I'm aware of podman but haven't tried it yet. Support for podman would be nice, of course. Do you think a global setting would be enough to switch between docker and podman? Or would you like to mange some containers via docker and some containers via podman?
Thank you for your reply, personally a global setting would be enough for me since I want to totally switch to Podman but you decides, some may found the latter option useful too since AFAIK Podman can't replace Docker in some cases yet. Also notice that at the moment (version 1.8.0) the new API is a preview: https://github.com/containers/libpod/releases/tag/v1.8.0
You may want to try Podman as an alternative to Docker and eventually support it. Podman is currently adding new API for compatibility with Docker and docker-compose: https://podman.io/blogs/2020/01/17/podman-new-api.html
If you didn't know Podman I suggest you to check it since it has many advantages compared to Docker while keeping much compatibility as possible.
The text was updated successfully, but these errors were encountered: