QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Support extra docker configs #360

Closed jhonabreul closed 11 months ago

jhonabreul commented 11 months ago

Support extra docker configs in backtest/live/optimize/research local commands.

Extra configs need to be supported individually. The static method LeanRunner.parse_extra_docker_config is meant for this, each new config that is going to be supported you be handled there.

For now, only device_requests and volumes (for mounting additional volumes) are supported.

Closes #190

suburbanbuddha commented 7 months ago

Could examples please 🙏🏽 be added to the documentation? I've been struggling for a couple days trying to set a label using --extra-docker-config, or anything else for that matter.