The pallet/ubuntu image has openssh-server installed, and the /var/run/sshd
directory created. Password is pallet.
geraldo@geraldo-lin:$ sudo docker run -t -i pallet/ubuntu /bin/bash
[sudo] password for geraldo:
root@2d92b9533a0d:/# dpkg -s openssh-server
Package `openssh-server' is not installed and no info is available.
root@2d92b9533a0d:/# ls /var/run/
init.upgraded lock motd network utmp
The pallet/ubuntu image has openssh-server installed, and the /var/run/sshd
directory created. Password is pallet.