Build Docker images of Interactive Brokers TWS instances, accessible through VNC. The API is exposed on port 4001. Ideal for algorithmic trading on IB!
docker-compose.yml
docker-compose build
docker-compose up
The VNC server is accessible through port 5900. If you're using docker-machine (if you're on Windows or OSX), the IP address of the server will be the IP address of your docker VM. You can discover this IP address with the command:
docker-machine ip default
You'll need to use an application such as Chicken of the VNC for connecting to the VNC server.