diff --git a/05 Lean CLI/01 Key Concepts/02 Troubleshooting/02 Common Errors.php b/05 Lean CLI/01 Key Concepts/02 Troubleshooting/02 Common Errors.php index d0bfa86645..495c764af8 100644 --- a/05 Lean CLI/01 Key Concepts/02 Troubleshooting/02 Common Errors.php +++ b/05 Lean CLI/01 Key Concepts/02 Troubleshooting/02 Common Errors.php @@ -103,5 +103,13 @@ Click Apply & Restart after making the required changes. + + +
Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
+ + + Your Docker installation has pulled the incorrect platform version of the LEAN Docker image. Remove quantconnect/lean image. Open your terminal, and run docker pull quantconnect/lean --platform=linux/amd64. + +