- 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.
-
Notifications
You must be signed in to change notification settings - Fork 8
bobobo1618/docker-zorro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published