extrange / ibkr-docker

Run IBKR Gateway/TWS in a Docker container
185 stars 41 forks source link

Container doesn't work on aarch64 machine #36

Closed nimrodhagay closed 1 year ago

nimrodhagay commented 1 year ago

Trying to run the container on arm machine returns an error : WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

extrange commented 1 year ago

Unfortunately, the images work only on x86 architectures for now. Part of the difficulty is the JRE supplied with IB, which hasn't been ported properly to ARM.