6 ms·
Docker is the worst virtualization container. It doesn't work from bare metal, doesn't work without internet, and obfuscates the underlying stack. I would the
by chasing0entropy 7mo ago
Docker is the worst virtualization container. It doesn't work from bare metal, doesn't work without internet, and obfuscates the underlying stack.
I would the extra work and build your stacks from scratch.
- a_t48 7mo agoWhat's your alternative here?
- munch-o-man 7mo agoI mean...it works just fine without internet...host your own registry...or just build your own from Dockerfiles locally. Not saying it is the right use case for everything but I'm confused what you mean by docker doesn't work without the internet. Neither does pip, rubygems, apt, etc...unless you build locally or host your own repository. Can you elaborate on what exactly you mean because you probably have a point that I am just missing.
- a_t48 7mo agoYou can also docker save + docker load :)