Hi Ryland,
This is not really an issue but a question to help me understand the project better.
Why is there a need to run a SSH server inside each container? why docker exec -it name-of-container sh is not enough?
I've used Docker in a similar fashion in the past to run a live coding environment, basically a similar goal as this project.
Hi Ryland,
This is not really an issue but a question to help me understand the project better.
Why is there a need to run a SSH server inside each container? why
docker exec -it name-of-container shis not enough?I've used Docker in a similar fashion in the past to run a live coding environment, basically a similar goal as this project.