This repository contains the Dockerfile and configuration files to build an image for the IBKR Client Portal API Gateway. This is pure image without any modification.
Download the latest version of the gateway from the IBKR Client Portal API Gateway page.
Important
This project is not officially supported by Interactive Brokers
, and the author is not responsible for any problems caused by the use of this project.
- ephemeral container
docker run --rm -p 5000:5000 ghcr.io/chasenlabs/clientportal:latest # standard
docker run --rm -p 5000:5000 ghcr.io/chasenlabs/clientportal:latest-beta # beat
- persistent container
docker run -d --name clientportal -p 5000:5000 ghcr.io/chasenlabs/clientportal:latest # standard
docker run -d --name clientportal -p 5000:5000 ghcr.io/chasenlabs/clientportal:latest-beta # beat
open your browser and go to: https://localhost:5000/, if running other computer replace localhost
with the IP address of the computer running the gateway.
- get config file from container
docker exec -it clientportal cat /clientportal/root/conf.yaml
If you like this project, please consider supporting me for coffee ☕️