Runs Interactive Brokers (IB) gateway as a docker container
1.7K
Runs Interactive Brokers (IB) gateway.
To build the container:
docker build -t okinta/ibgateway .
To run the container, the following environment variables need to be set:
If MODE is not set, it will default to paper. MODE must be set to either
live or paper. paper indicates IB paper trading mode, and live
indicates trading with real money.
docker run -e "LOGIN=[login]" -e "PASSWORD=[password]" -e MODE=paper -p 7000:7000 okinta/ibgateway
After the container has started, the IB API will be available via port 7000.
Content type
Image
Digest
Size
225.1 MB
Last updated
about 6 years ago
docker pull okinta/ibgateway