Sign inSign up

dslva/rico-mt5

By dslva

Updated over 9 years ago

Unofficial Docker Metatrader 5 Image for Rico Broker Brazilian Traders

Image
3

10K+

dslva/rico-mt5 repository overview

Installation

Unofficial Docker Metatrader 5
Image for Rico Broker Brazilian Traders

-- Tested using Ubuntu 16.10 but probably will go well for other later versions

Running this is a piece of cake, just make sure to install docker client and then in your terminal:

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.

Tag summary

Content type

Image

Digest

Size

876.2 MB

Last updated

over 9 years ago

docker pull dslva/rico-mt5