简介
基于 dorowu/ubuntu-desktop-lxde-vnc:bionic-lxqt 构建, 参考了rabits/qt的安装qt的脚本并进行了修改,只提供qt的基本编译运行环境,删除了qtTool等部分, 不包含qtcreator; 后面可能会根据实际需要考虑加上
该tag上包含的工具主要有:
gimp
git
blender
mysql-client/mysql-server
启动:
docker-compose -f workstation.yml up -d
其中workstation.yml中为:
workStation:
image: "workstation:qt-ubuntu_5121_1804"
container_name: "workstation-qt-ubuntu"
hostname: qt-ubuntu
restart: always
ports:
- "11180:80"
- "11122:22"
- "11280:8080"
cpuset: "4"
environment:
- VNC_PASSWORD=passwd
使用
a. 浏览器访问: serverip:11180即可访问vnc界面了
b. 在server上使用docker exec 登录到终端
docker exec -it workstation-qt-ubuntu bash
Content type
Image
Digest
Size
1.8 GB
Last updated
over 7 years ago
docker pull lwsk/workstation