Unofficial Docker Metatrader 5 Image for Rico Broker Brazilian Traders
10K+
-- Tested using Ubuntu 16.10 but probably will go well for other later versions
docker run --rm -it \
-v /tmp/.X11-unix \
-e UID=$(id -u) \
-e GID=$(id -g) \
-e DISPLAY=$DISPLAY \
-v $XAUTHORITY:/home/ubuntu/.Xauthority \
--net=host \
--privileged \
dslva/rico-mt5
Then, just call MT5:
$ mt5
Remember, this container not make your data
persistent! If you need save yours changes just read about use docker volumes.
Content type
Image
Digest
Size
876.2 MB
Last updated
over 9 years ago
docker pull dslva/rico-mt5