标签:ubuntu start otl 修改 映射 多个 tar exe 搭建
sudo docker run --name java -d -p 19992:22 -p 9992:8080 hub.c.163.com/public/ubuntu:16.04-tools
# 可以映射多个端口到外部
sudo docker exec -it java /bin/bash
passwd root
# 修改密码
nano /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
/etc/init.d/ssh restart
用Docker解决坑爹的环境搭建系列——ubuntu16.04 SSH
标签:ubuntu start otl 修改 映射 多个 tar exe 搭建
原文地址:https://www.cnblogs.com/kellynic/p/9928491.html