minus-squareoshu@lemmy.worldtoSelfhosted@lemmy.world•My thoughts on dockerlinkfedilinkEnglisharrow-up0arrow-down1·edit-27 days agoDocker as a technology is a misguided mess but it is an effective tool. Podman is a much better design that solves the same problem. Containers can be used well or very poorly. Docker makes it easy to ship something without knowing anything about System Engineering which some see as an advantage, but I don’t. At my shop, we use almost no public container images because they tend to be a security nightmare. We build our own images in-house with strict rules about what can go inside. Otherwise it would be absolute chaos. linkfedilink
Docker as a technology is a misguided mess but it is an effective tool.
Podman is a much better design that solves the same problem.
Containers can be used well or very poorly.
Docker makes it easy to ship something without knowing anything about System Engineering which some see as an advantage, but I don’t.
At my shop, we use almost no public container images because they tend to be a security nightmare.
We build our own images in-house with strict rules about what can go inside. Otherwise it would be absolute chaos.