ssh(1/0)

Connect peer containers with SSH keys

For the complete, working example, check out the code: connected-containers. Introduction Have you ever had that sinking feeling when you remember that you’ve solved this problem before but you don’t remember where you stashed the solution? And the sense of frustration searching for it, especially when it doesn’t turn up in your usual places? Yea, that’s why I’m writing this down where I can find it. I love the concept of sandboxed environments that can be provisioned and destroyed at whim, which is why I love Docker.…