Skip to content

wine-gameservers/arch-wine-vnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-wine-vnc

ArchLinux based docker image with wine and vnc support, supports running Windows applications by using Wine. This project is hosted at https://github.com/wine-gameservers/arch-wine-vnc/

Table of contents

Deployment

Docker run

$ docker run -d \
    --name arch-wine-vnc \
    -e VNC_PASSWORD=winevnc \
    -p 5900:5900/tcp \ 
    -v /path/to/application:/opt/applicationname \
    -v /etc/localtime:/etc/localtime:ro \
    -e PUID=<UID from user> \
    -e PGID=<GID from user> \
    toetje585/arch-wine-vnc

Docker compose

services:
  arch-wine-vnc:
    image: toetje585/arch-wine-vnc:latest
    container_name: arch-wine-vnc
    environment:
      - VNC_PASSWORD=winevnc
      - PUID=<UID from user>
      - PGID=<GID from user>
    volumes:
      - /path/to/application:/opt/applicationname
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 5900:5900/tcp

Notes:

13-05-2024: Rebuild image to update wine and other packages

About

ArchLinux Docker Image + Wine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published