Lando: Support for DOCKER ENGINE 20.10.0

Created on 9 Dec 2020  Â·  3Comments  Â·  Source: lando/lando

Please explain your request and its importance in the form of a user story.

As a lando user, I would like to use the latest DOCKER ENGINE 20.10.0 that's installed by default after updating my system without seeing a warning.

Please provide some detail on how lando can help solve this problem

Make lando compatible with DOCKER ENGINE 20.10.0

Is your feature request related to a problem? Please describe.
So far, nothing is broken for me on the sites that I'm developing. I'm requesting this change only because the warning below may be a reason to worry about.

After updating my system, I run lando rebuild and I see the following message:

Your app started up but we detected some things you may wish to investigate.
These only may be a problem.

 â–  Using an unsupported version of DOCKER ENGINE
   You have version 20.10.0 but Lando wants something in the 18.09.3 - 19.04.0 range.
   If you have purposefully installed an unsupported version and know what you are doing
   you can probably ignore this warning. If not we recommend you use a supported version
   as this ensures we can provide the best support and stability.
   https://docs.docker.com/engine/install/

Additional context

$ lando version -v
v3.0.22

$ cat /etc/os-release
NAME="Linux Mint"
VERSION="20 (Ulyana)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 20"
VERSION_ID="20"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=ulyana
UBUNTU_CODENAME=focal

$ docker version
Client: Docker Engine - Community
 Version:           20.10.0
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        7287ab3
 Built:             Tue Dec  8 18:59:40 2020
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.0
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       eeddea2
  Built:            Tue Dec  8 18:57:45 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.3
  GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc:
  Version:          1.0.0-rc92
  GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
feature

Most helpful comment

I haven't noticed any issues thus far either.

All 3 comments

I haven't noticed any issues thus far either.

We haven't seen any issues yet either but i dont think we will remove the warning until we also try out the new Docker Desktop 3.0.0 for Mac/Win

Thanks for reporting this @jcmartinez and @pirog for fixing it. I also didn't notice any issues, and the warning is gone after updating to Lando v3.0.23.

Was this page helpful?
0 / 5 - 0 ratings