Well, I tried installing MT4 with Wine in linux and I couldn't, first it asked for a proxy which I solved following this but then it downloaded all the files but it failed at the end. So I just copied the MT4 folder in Program Files (x86) in my Windows 7 to /home/user/.wine/drive_c/Program Files (x86) in my Ubuntu VM

and positioned in /home/user I use it in terminal:

tar czf wine.tar.gz .wine

Installed docker, reboot

But when trying to execute step 2) executing docker build -t zorro . inside dockerZorro folder
Code:
user@user-VirtualBox:~/Downloads/dockerZorro$ dir
Dockerfile  README.md  start.sh  wine.tar.gz  xstartup



The script got stucked in Running in ca639d2772ca
Code:
user@user-VirtualBox:~/Downloads/dockerZorro$ docker build -t zorro .
Sending build context to Docker daemon 217.5 MB
Step 1 : FROM fedora:23
23: Pulling from library/fedora
a3ed95caeb02: Pull complete 
236608c7b546: Pull complete 
Digest: sha256:008c29c39619425de93eee20100661bef85a3f4fe0eaaf5b33532f615ccc2cd7
Status: Downloaded newer image for fedora:23
 ---> ddd5c9c1d0f2
Step 2 : MAINTAINER ME
 ---> Running in f05a6f32d00d
 ---> 9bc600b64778
Removing intermediate container f05a6f32d00d
Step 3 : RUN dnf install -y wine tigervnc-server xorg-x11-server-Xvfb openbox xorg-x11-xinit tmux xorg-x11-utils xdotool tar gzip unzip && dnf clean all
 ---> Running in ca639d2772ca



I have zorro folder with Zorro.exe, etc in Downloads, does it have to be inside dockerZorro in my case? Or is there something else wrong?

Code:
user@user-VirtualBox:~/Downloads$ dir
dockerZorro  icmarkets4setup.exe  mt4setup.exe	winetricks  zorro


Last edited by Mithrandir77; 05/05/16 22:14.