Container with XM EYE VMS Windows (Wine) app for CCTV IP Camera
164
Container with XM EYE VMS Windows (Wine) app for CCTV IP Camera
Compose example:
version: '3.8'
services:
vms:
image: orlem/xm-eye-vms-wined:latest
logging:
driver: "json-file"
options:
max-size: "32m"
max-file: "2"
cpus: 2
mem_limit: 4096m
container_name: vms
hostname: vms
restart: unless-stopped
#fix GUI glitches
ipc: host
network_mode: "host"
command: '"C:/Program Files/VMS/VMS.exe"'
environment:
#set display
- DISPLAY=:0
- SSH_AUTH_SOCK=/tmp/ssh_auth_sock
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
#add videostorage
- /mnt/storage/Videos:/wine/drive_d/Records
Content type
Image
Digest
sha256:a6ce77f5d…
Size
1 GB
Last updated
about 2 years ago
docker pull orlem/xm-eye-vms-wined:1.0