Skip to content

martinffx/ib-gateway-docker

 
 

Repository files navigation

ib-gateway-docker

This builds a Docker image with the latest version of Interactive Brokers' IB Gateway, the modern IbcAlpha/IBC for automation, and a VNC server for debugging purposes.

Currently, the API is only enabled in read-only mode, for testing purposes.

Building

make build
make deploy

Running

make run

This will expose port 4002 for the TWS API (usable with, e.g., ib_insync) and 5900 for VNC (with default password 1358). Neither are secure for public internet access, as the expectation is that private, secure services will sit on top and be the only open interface to the internet.

VNC

make vnc

The password is password

Packages

No packages published

Languages

  • Dockerfile 67.4%
  • Shell 24.2%
  • Makefile 8.4%