chicago-joe / ib-tws-docker

Dockerized Interactive Brokers' Trader Workstation (TWS) container with GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an Interactive Brokers’ Trader Workstation platform Docker image that uses your computer’s native GUI (which is a lot snappier and more robust). This is based on alekna/docker-ib-tws Docker image (by Laurynas Alekna) and on https://tpaschalis.github.io/sandboxed-browser-with-docker for the Chromium sandbox from a container and sound problems (?) fix.

On the Docker host computer, do not forget to use xhost to allow access to the X-server, as follows.

xhost +LOCAL:

See the Makefile for the commands to build and start the container.

Blog post here: https://photonsphere.org/posts/2021-01-29-ibtws.html

About

Dockerized Interactive Brokers' Trader Workstation (TWS) container with GUI

License:MIT License


Languages

Language:Dockerfile 78.8%Language:Makefile 21.2%