|
|
|
|
|
by nunez
515 days ago
|
|
> Docker is very popular software to build Linux container images and running software in them. I don’t like it. > Podman is a re-implementation of the concept, command line interface, and file formats that is very close to identical to Docker. I don’t like that either. > I’ve used *systemd-nspawn* fairly extensively to run things in containers. It’s a much simpler container system than Docker, and I do not find it objectionable. I built a CI engine on top of it. But I don’t use it either, any more. This person is actually insane, but huge respect for doing things differently! |
|
This showed me how great and easy and well designed Docker was as an abstraction layer though. I know purists don't like it, but it made reliable deployments standard and easier than the alternative of not using Docker.