Hello,
I'm trying to install openssh-server into a container on Ubuntu. Installation worked fine but when I tried to start the openssh server I got the following error:
# service ssh start
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
On ubuntu, is it possible to run an ssh server inside a docker container?
Regards,
Guillaume