Client/server model is one of the leakiest things of Docker. Try mounting a relative path, or run docker inside docker, or try to inherit the current user’s security privileges.
To this day I don’t understand what problems the client/server model solved, and why it was worth all the problems it created.
For me and my coworkers, the leakiness is mostly around networking. If you start the wrong vpn, docker doesn’t work. If your ip tables aren’t set up just so, docker doesn’t work. Yet the documentation would lead you to believe that how docker does networking should be considered an implementation detail.
elcomet|5 years ago
stingraycharles|5 years ago
To this day I don’t understand what problems the client/server model solved, and why it was worth all the problems it created.
patrick5415|5 years ago
xiwenc|5 years ago