docker 一键安装脚本
wget -qO- get.docker.com | sh
镜像①:rastasheep/ubuntu-sshd (带 ssh 的 ubuntu)
地址:https://hub.docker.com/r/rastasheep/ubuntu-sshd/
sudo docker run -d -p 22:22 rastasheep/ubuntu-sshd:16.04
用户名、密码为 root
镜像②:itscaro/debian-ssh (带 ssh 的 ubuntu)
地址:https://hub.docker.com/r/itscaro/debian-ssh/
sudo docker run -d -p 22:22 itscaro/debian-ssh
用户名、密码为 root
镜像③:tutum/centos (带 ssh 的 centos)
地址:https://hub.docker.com/r/tutum/centos/
sudo docker run -d -p 22:22 tutum/centos
(centos7:tutum/centos:centos7 )
用户名 root,
密码随机,请执行 docker logs 查看
这个作者还有好多好东西:https://hub.docker.com/r/tutum/centos/
镜像④:alexwhen/docker-2048(游戏 2048)
地址:https://hub.docker.com/r/alexwhen/docker-2048/
sudo docker run -d -p 80:80 alexwhen/docker-2048
镜像⑤:dorowu/ubuntu-desktop-lxde-vnc(noVNC、Firefox51)
地址:https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/
docker run -it -p 80:80 dorowu/ubuntu-desktop-lxde-vnc
Browse http://localhost/
镜像⑥:consol/centos-xfce-vnc (VNC、noVNC、密码、chrome、Firefox45)
地址:https://hub.docker.com/r/consol/ubuntu-xfce-vnc/
run -it -p 5901:5901 -p 6901:6901 -e “VNC_PW=my-new-password” -e VNC_RESOLUTION=800×600 consol/centos-xfce-vnc
默认 VNC 密码:vncpassword
VNC-Server (default VNC port 5901)
noVNC – HTML5 VNC client (default http port 6901)
其他相关
请登录后发表评论
注册
社交帐号登录