6 ms·
As far as I know, running sshd in docker is totally possible and there's a tool called docker-enter which would make things even easier.
by ledzep2 12y ago
As far as I know, running sshd in docker is totally possible and there's a tool called docker-enter which would make things even easier.
- amouat 12y agoYeah, the author's main argument seems to be you can only run one process in a Docker container, which is utterly false. It's fair to say it's idiomatic to run one process per container, but it's definitely not the only way and it's common to find multi-process containers.