Sign inSign up

okinta/algasetup

By okinta

Updated over 6 years ago

Sets up the services to run Alga

Image
0

1.2K

okinta/algasetup repository overview

README

Sets up the services to run Alga.

Starts IQFeed, followed by IB Gateway, and then finally Algatrader.

Development

Build
docker build -t okinta/algasetup .
Running

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

Tag summary

Content type

Image

Digest

Size

9.4 MB

Last updated

over 6 years ago

docker pull okinta/algasetup