Docker: Simple to Run, Difficult to Do Properly
Docker is usually introduced as a tool that packages an application and runs it anywhere.
Most people think of it like this:
Build an image
Run a container
Expose a port
Done
At that level, it really is simple.
The difficulty starts when you st...
networkingfun.hashnode.dev4 min read