Runs the most current stable Interactive Brokers Gateway installer and allows to configure the Gateway settings before committing the configured container.
- Run the container using either:
docker run -e VNC_PASSWORD=your-password -p 5900:5900 sebfia/ib-gateway-stable
ordocker-compose build
- Wait for IB Gateway to start and enter your login credentials
- Adapt the API settings to your needs.
- Close IB Gateway which will stop the container and commit the container's state to a new image:
docker commit <your-container-name> <your-locally-configured-image-name>
- Use your configured image for further processing