Ubuntu的远程桌面环境使用Docker与Xfce
WIN远程桌面大家用的多,linux系统的以前也折腾过,只要安装设置稍微繁琐点,今天看到MJJ2个在说,就试试,赶紧效果还不错,记录分享一下.
github源码
https://github.com/gotoeasy/docker-ubuntu-desktop
https://github.com/ctaggart/ubuntu-xfce-vnc
安装过程记录一下,需要的可以根据自己的需要安装使用.
1、安装docker ,(安装方式自己也可以搜索引擎找)
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh --mirror Azure
2、拉包 (密码PASSWD和分辨率SIZE,根据自己喜欢设置也可以是1440x900 , 1280x1024 等)
docker run -d -p 5900:5900 -e PASSWD=123456789 -e SIZE=1024x768 gotoeasy/ubuntu-desktop
文章评论