1.依照ubuntu 20版本制作 2.源已更新为阿里云源 3.集成命令vim ssh(ssh开机启动,端口1234) 4.用户名/密码 root/123456 5.集成xfce4 vnc服务, 端口5901 目前无法开机启动,可使用ssh登录后执行命令service tightvncserver start,如果未能运行成功,执行命令rm -rf /tmp/.X1-lock后再次运行 6.运行命令 docker run -itd --name ubuntu -p 10000:1234 -p 5901:5901 -e USER=root bxgms/ubuntu20 /bin/bash -c "/usr/sbin/sshd -D" 7.后续会继续更新
Content type
Image
Digest
Size
465 MB
Last updated
over 6 years ago
docker pull bxgms/ubuntu20