Skip to content

bobobo1618/docker-zorro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. 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
  2. Copy an already installed Zorro installation somewhere.
  3. Run docker build -t zorro .. This builds the Docker image.
  4. 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).
  5. Connect to : with VNC. There is no username or password by default and use of SSH tunnels is recommended.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages