Sign inSign up

orlem/xm-eye-vms-wined

By orlem

•Updated about 2 years ago

Container with XM EYE VMS Windows (Wine) app for CCTV IP Camera

Image
Networking
Internet of things
0

164

orlem/xm-eye-vms-wined repository overview

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

Tag summary

Content type

Image

Digest

sha256:a6ce77f5d…

Size

1 GB

Last updated

about 2 years ago

docker pull orlem/xm-eye-vms-wined:1.0