Sets up the services to run Alga.
Starts IQFeed, followed by IB Gateway, and then finally Algatrader.
docker build -t okinta/algasetup .
To run locally, first connect to Vault:
ssh -N -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -L 7020:127.0.0.1:7020 <VAULT HOST>
Then run the container:
docker run --add-host "vault.in.okinta.ge:$(docker run alpine getent hosts host.docker.internal | cut -d' ' -f1)" okinta/algasetup
Content type
Image
Digest
Size
9.4 MB
Last updated
over 6 years ago
docker pull okinta/algasetup