- Get wine.tar.gz. Do this by installing MetaTrader 4 in WINE as root (in another container for example) then compressing running
cd / && tar czf wine.tar.gz /root/.wine
. The resulting file should be copied alongside Dockerfile - Copy an already installed Zorro installation somewhere.
- Run
docker build -t zorro .
. This builds the Docker image. - Run
docker run -i -t -d -p <port>:5901 -v <zorro location>:/opt/zorro:z --name zorro --restart=always zorro
. should be the location of your Zorro install (the folder that contains Zorro.exe). - Connect to : with VNC. There is no username or password by default and use of SSH tunnels is recommended.