Docker
Requirements
- Docker latest version.
- Docker-Compose latest version.
Zipline now comes with a docker file that you can build & run.
Remember to generate a config!
Zipline will not work without a configuration. You can auto generate one here
Run with compose
Before running anything, you should generate a docker-compose.yml
. This should be asked during the Auto Setup. If you select Yes
to the Use docker?
question then a docker-compose.yml
should be created and you can proceed with the following command.
docker-compose up -d --build