Sign inSign up

chota5511/mt5

By chota5511

Updated over 4 years ago

Metatrader 5 preinstalled on XFCE Ubuntu with Remote Desktop

Image
3

10K+

chota5511/mt5 repository overview

Metatrader 5 Preinstalled

Introduction

This is a Metatrader 5 preinstalled on XFCE Ubuntu with Remote Desktop. Image is based on linuxserver.io

Table of contents

  1. Introduction
  2. Deployment
  3. How to use

Deployment

Using Docker CLI commands
  1. Pull image
       $ docker pull chota5511/mt5:latest
  1. Deploy
       $ docker run -d -p 3389:3389 -v ./scripts:/config/Desktop/scripts  --name=mt5 chota5511/mt5:latest
Using Docker Compose
  1. Create docker-compose.yml with content below:
       version: "3"

       services:
           mt5:
               image: chota5511/mt5:latest
               container_name: mt5
               volumes:
                   - ./scripts:/config/Desktop/scripts
               ports:
                   - 3389:3389
  1. From docker compose folder
       $ docker compose up

How to use

  1. After deployed, using Remote Desktop Connection (Windows), Microsoft Remote Desktop (MacOS) or Remmina (Linux), access to localhost:3389
  2. Then double click at mt5_launcher.sh on desktop

If using Windows, change publish host to any other port instead of 3389

Tag summary

Content type

Image

Digest

Size

655.1 MB

Last updated

over 4 years ago

docker pull chota5511/mt5