Sign inSign up

gdomod/pewi_docker

By gdomod

Updated about 8 years ago

Automate Build for Pewi LRBot

Image
0

938

gdomod/pewi_docker repository overview

Dockerfile for LRBOT

INFO

On every startup the bot get the last update

REQUIREMENTS

INSTALL docker on running host

apt-get install docker.io

create your config dir

mkdir -p /config/pewi

START THE ENGINE

FOR CONSOLE OUTPUT

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

If runs fine, u can start with daemon

docker run -d --name bot -v /config/pewi:/etc/pewi gdomod/pewi_docker bot06.py

FAQ

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

Tag summary

Content type

Image

Digest

Size

245.6 MB

Last updated

about 8 years ago

docker pull gdomod/pewi_docker