A decade of Docker containers
cacm.acm.org
A decade of Docker containers
1–10 of 275 posts
Re: A decade of Docker containers
#2Re: A decade of Docker containers
#3Re: A decade of Docker containers
#4Genuinely fascinating and clever solution!
Re: A decade of Docker containers
#5Re: A decade of Docker containers
#6I'm optimistic we will succeed in efforts to simplify linux application / dependency compatibility instead of relying on abstractions that which work around them.
Re: A decade of Docker containers
#7> Docker repurposed SLIRP, a 1990s dial-up tool originally for Palm Pilots, to avoid triggering corporate firewall restrictions by translating container network traffic through host system calls instead of network bridging. Genuinely fascinating and clever solution!
Re: A decade of Docker containers
#8I'm optimistic we will succeed in efforts to simplify linux application / dependency compatibility instead of relying on abstractions that which work around them.
I've recently switched from docker compose to process compose and it's super nice not to have to map ports or mount volumes. What I actually needed from docker had to do less with containers and more with images, and nix solves that problem better without getting in the way at runtime.
Re: A decade of Docker containers
#9A full decade since we took the 'it works on my machine' excuse and turned it into the industry standard architecture ('then we'll just ship your machine to production').
Re: A decade of Docker containers
#10A full decade since we took the 'it works on my machine' excuse and turned it into the industry standard architecture ('then we'll just ship your machine to production').