/Docker-WineHQ-VNC

A docker for run Wine though VNC remote manage

Primary LanguageDockerfileGNU Lesser General Public License v3.0LGPL-3.0

Docker-WineHQ-VNC

A docker for run Wine though VNC remote manage

Quick start

Begin, pull image from Docker hub:

sudo docker pull johnshine/winehq-vnc:latest

After, run image with following code (replace variable with actual value):

sudo docker run -d -p ${VNC_PORT}:5901 -e vnc_password=${YOUR_VNC_PASSWORD} johnshine/winehq-vnc:latest

The last, connect && view vnc server with your vnc clients, at ${your_docker_host_ip}:${VNC_PORT}.

If vnc_password argument not specified, no password should input, just type enter. Otherwise, connect with ${YOUR_VNC_PASSWORD}.

Anothor, CrossOver VNC (Non-free solution): better stability, more convenient && timesaver

VNC clients recommend

  1. VNC Viewer
  2. jump desktop
  3. TightVNC