The most evil pattern is when application developers force users to install Docker to use their applications.
I don't like Docker or Podman
11–20 of 92 posts
Re: I don't like Docker or Podman
#12Re: I don't like Docker or Podman
#13The most evil pattern is when application developers force users to install Docker to use their applications.
Re: I don't like Docker or Podman
#14> This blog post is not a request for you try to explain Docker, Podman, or containers to me, or for you to tell me how I can learn more about them. I am not interested.
Then I will simply tell you don't understand virtual machines well either, like you said you did. I was going to explain Podman to you, but I won't. I might not understand virtual machines well either FWIW, but I haven't claimed that I do.
For anyone else reading this, Podman has a nice, clean design, that unlike Docker is free from a required daemon or something like Docker Hub. However it can be tricky to use, because it gives you a choice between rootless and rootful as well as non-remote or remote. However, once you get going, it is quite likable, and it's quite impressive how powerful rootless containers are. I recommend trying them on Fedora or Rocky Linux with SELinux, and reading some articles. Here are a few:
- Podman rootless tutorial https://github.com/containers/podman/blob/main/docs/tutorial...
- With a socket activated container, you can have a container listen on a socket while having a --network of none https://www.redhat.com/en/blog/socket-activation-podman
- Using Buildah to build images in a rootless OpenShift container https://github.com/containers/buildah/blob/main/docs/tutoria...
Re: I don't like Docker or Podman
#15With podman in mind, one ought to try buildah and skopeo. Again, buildah can run Dockerfiles, but you are not constrained to the weird Dockerfile syntax.
Re: I don't like Docker or Podman
#16All of the author's complaints are correct, of course, but the question is simply whether the juice is worth the squeeze. For the most part, I think, it is.
Re: I don't like Docker or Podman
#17People don't seem to be noting this here yet but if this is why you "prefer" a VM to a container, you dont really understand what containers are used for
Re: I don't like Docker or Podman
#18Re: I don't like Docker or Podman
#19I love orbstack however. Every container gets his own ip and host, no need to map ports.
It feels like the docker people didn’t really understand the complete network stack.
I kind of abused docker/orb stack to create easy adhoc chrooted containers. They let me just try out stuff, and they get shutdown when I’m not on there anymore. Check https://github.com/jrz/container-shell
Re: I don't like Docker or Podman
#20The most evil pattern is when application developers force users to install Docker to use their applications.