The post is a brief extract of the Container Design Patterns that I went through while studying Docker Containers and…
“Anything That Can Go Wrong, Will Go Wrong”
Forget Conway’s law, distributed systems at scale follow Murphy’s Law: “anything that can go wrong, will go wrong”.
When people start using Docker, they often ask: “How do I get inside my containers?” and other people will tell them “Run an SSH server in your containers!” but that’s a very bad practice. This article covers why it’s…