代码拉取完成,页面将自动刷新
同步操作将从 infrastlabs/docker-headless 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
##Entry: web:10181, ssh:10122, rdp:10189###########
# cmate: http://192.168.0.x:10181
# cxfce: http://192.168.0.x:10281
# cinnamon: http://192.168.0.x:10381
# gnome: http://192.168.0.x:10481
# plasma: http://192.168.0.x:10581
###################################################
version: '2.4'
services:
cmate:
image: infrastlabs/docker-headless:cmate
restart: unless-stopped
shm_size: 1g
privileged: true
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v 'Running' && exit 1 || exit 0 "]
ports:
- "10181:10081"
- "10189:10089"
tmpfs:
- /run
- /run/lock
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
- /_ext:/_ext
- /:/mnt
cxfce:
image: infrastlabs/docker-headless:cxfce
restart: unless-stopped
shm_size: 1g
privileged: true
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v 'Running' && exit 1 || exit 0 "]
ports:
- "10281:10081"
- "10289:10089"
tmpfs:
- /run
- /run/lock
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
- /_ext:/_ext
- /:/mnt
cinna:
image: infrastlabs/docker-headless:cinna
restart: unless-stopped
shm_size: 1g
privileged: true
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v 'Running' && exit 1 || exit 0 "]
ports:
- "10381:10081"
- "10389:10089"
tmpfs:
- /run
- /run/lock
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
- /_ext:/_ext
- /:/mnt
gnome:
image: infrastlabs/docker-headless:gnome
restart: unless-stopped
shm_size: 1g
privileged: true #xrdp thinclient_drives
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v 'Running' && exit 1 || exit 0 "]
ports:
- "10481:10081"
- "10489:10089"
cap_add:
- SYS_BOOT
- SYS_ADMIN
# https://github.com/docker-archive/libcontainer/blob/master/SPEC.md#security
# $ cat ct_caps.txt2 |cut -d' ' -f1 |grep -v "^$" |sort |sed "s/CAP_/- /g"
tmpfs:
- /run
- /run/lock
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
- /_ext:/_ext
- /:/mnt
plasma:
image: infrastlabs/docker-headless:plasma
restart: unless-stopped
shm_size: 1g
privileged: true
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v 'Running' && exit 1 || exit 0 "]
ports:
- "10581:10081"
- "10589:10089"
# - "10522:10022"
tmpfs:
- /run
- /run/lock
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
- /_ext:/_ext
- /:/mnt
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。