I built a little site to visualize a problem I keep running into using Docker at customer sites with bad internet. It's solvable without moving completely off Docker. Would love to chat if anyone else runs into this and wants a drop-in solution.
chasing0entropy•1h 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•55m ago
What's your alternative here?
munch-o-man•14m ago
I 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•1h ago