On every startup the bot get the last update
apt-get install docker.io
mkdir -p /config/pewi
For Bot u can use
docker run --name bot -v /config/pewi:/etc/pewi -it gdomod/pewi_docker bot06.py
For Backtest
docker run --name backtest -v /config/pewi:/etc/pewi -it gdomod/pewi_docker backtest.py
docker run -d --name bot -v /config/pewi:/etc/pewi gdomod/pewi_docker bot06.py
Something goes wrong
just backup your conf files lrbot.secrets.js and lrbot06.json
and delete your docker container - docker rm bot
Debug your daemon machine with
docker logs <container> -f --tail 200
Content type
Image
Digest
Size
245.6 MB
Last updated
about 8 years ago
docker pull gdomod/pewi_docker