sshd: no hostkeys available — exiting
ssh-keygen -A
A public key file has not been specified for this session,Would you like to
PasswordAuthentication yes
ssh 允许密码登录
# vim /etc/ssh/sshd_config
PasswordAuthentication yes
安装和启动 docker
apt-get install docker.io
dockerd