Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active September 6, 2019 17:54
Show Gist options
  • Select an option

  • Save constrict0r/c95a571a7ca9456d3832127f6c7b1892 to your computer and use it in GitHub Desktop.

Select an option

Save constrict0r/c95a571a7ca9456d3832127f6c7b1892 to your computer and use it in GitHub Desktop.
Docker pull image, access image.
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