Hi all

I'm on a macbook pro with M1 chip. I've installed Docker.app and the lean engine according to the instructions. However, there is no Docker container named lean and when I try to run a local backtest I get the following message:

Johans-MacBook-Pro-2:QuantConnect johan$ lean backtest fundamental_long_short/
Pulling quantconnect/lean:latest...
latest: Pulling from quantconnect/lean
Digest: sha256:85819b4df14ca374ac0158f66fabd46269b1f01c58c034df544aff948704c905
Status: Image is up to date for quantconnect/lean:latest
docker.io/quantconnect/lean:latest
Pulling quantconnect/lean:latest...
latest: Pulling from quantconnect/lean
Digest: sha256:85819b4df14ca374ac0158f66fabd46269b1f01c58c034df544aff948704c905
Status: Image is up to date for quantconnect/lean:latest
docker.io/quantconnect/lean:latest
Error: 404 Client Error for http+docker://localhost/v1.41/images/quantconnect/lean:latest/json: Not Found ("no such image: quantconnect/lean:latest: No such image: quantconnect/lean:latest")
Johans-MacBook-Pro-2:QuantConnect johan$ 

 

I used to have a working installation of Docker and lean on this exact computer but suddenly the container disappeared and I re-installed both Docker and lean but can´t get it to work. Any ideas?

 

Johan