Last active
September 6, 2019 17:54
-
-
Save constrict0r/c95a571a7ca9456d3832127f6c7b1892 to your computer and use it in GitHub Desktop.
Docker pull image, access image.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker pull constrict0r/catalyst | |
| docker run -v /home/username/Documents/jupyter:/projects -v ~/.catalyst:/root/.catalyst -p 8888:8888/tcp --name catalyst -ti constrict0r/catalyst | |
| # Run on another shell. | |
| docker exec -it catalyst catalyst ingest-exchange -x bitfinex -i btc_usd | |
| docker exec -it catalyst catalyst ingest-exchange -x bitfinex -i btc_usd -f minute | |
| docker exec -it catalyst catalyst run -f /projects/bull_conservative.py -x bitfinex --start 2019-1-5 --end 2019-1-6 -c usd --capital-base 10000 -o /projects/bull_conservative.pickle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment