Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 3.06 KB

README.md

File metadata and controls

43 lines (28 loc) · 3.06 KB

IBKR Client Portal API Gateway Image

GitHub Actions Workflow Status GitHub License Docker IBKR

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.

Quick Start

  • 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

Support

If you like this project, please consider supporting me for coffee ☕️

Buy Me A Coffee get youtself link