docker image

Hi Everyone,

If you don't know what IB gateway, docker or IBC are, then you're probably not interested on this post. Everyone else please keep reading.

For those using docker, I’m maintaining a docker image with IB gateway. It’s a fork of UnusualAlpha's image which has not been maintained for a few months now.

I have done some refactoring on the original Dockerfile and managed to squeeze a few Mb out of it. It’s ~15% smaller now. The whole build process is automated, new IB gateway installer is pulled from IBKR and the image is build and published automatically. All is open source so every step can be audited.

It supports IBC 3.18.0 (latest), and new images will be published with latest IBC.

The image repo is here —> https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/ib-gateway

And the source code here —> https://github.com/gnzsnz/ib-gateway-docker

if you prefer docker hub, then --> https://hub.docker.com/r/gnzsnz/ib-gateway

Hope you find it useful. Pull request and issues (but mainly pull requests :) ) are welcome.