This is a base image of docker running MetaTrader 5 using wine. X11 server is already pre-configured. This image is base for dockertrader-x11 which just runs the wine localy for development and dockertrader-vnc an headless container running novnc that can be monitored via browser.
- Preinstalled MetaTrader 5
- Docker installed on your machine.
- x86_64 cpu
- Clone repository:
git clone https://github.com/p3ps1-man/dockertrader.git
cd dockertrader- Build the Docker image:
docker build -t image-name .- Or just pull it from dockerhub:
docker pull p3ps1man/dockertraderDefault user is mt5 and installation path is program directory inside its home directory /home/mt5/program from there you can access MQL5/Experts or other directories you need. Permissions are preconfigured for mt5 user with GID:1000 and UID:1000.