网站上如何做问卷调查,温州建设局官方网站,如何通过做网站和公众号盈利,滕州网站建设好处不用说#xff0c;可以在linux服务器版本使用chrome和firefox浏览器#xff0c;步骤如下#xff1a;
1.拉取镜像 镜像大概有1.3G左右
docker pull dorowu/ubuntu-desktop-lxde-vnc
使用docker images 查看镜像id
2.运行容器
docker run -dit --name ubuntu -p 6080…好处不用说可以在linux服务器版本使用chrome和firefox浏览器步骤如下
1.拉取镜像 镜像大概有1.3G左右
docker pull dorowu/ubuntu-desktop-lxde-vnc
使用docker images 查看镜像id
2.运行容器
docker run -dit --name ubuntu -p 6080:80 -p 5900:5900 -e VNC_PASSWORDiloveyou -v /dev/shm:/dev/shm dorowu/ubuntu-desktop-lxde-vnc
VNC_PASSWORD 这里设置登录密码
这里的容器有两个端口 6080是web版的vnc可以在浏览器上直接访问桌面环境 5900是使用客户端工具连接的端口
如果要修改密码需先停止容器再删除容器再重新运行容器
docker stop [容器名/ID] docker rm [容器名/ID] docker rmi [镜像名/ID]
VNC客户端推荐免费的 TightVNC: VNC-Compatible Free Remote Desktop Software
桌面环境使用的lxde超轻桌面
linux桌面环境gnome/Xfce:轻量桌面环境/MATE/LXDE(LXQt):超轻桌面