Skip to content

Instantly share code, notes, and snippets.

@quentint
Created March 2, 2023 13:21
Show Gist options
  • Save quentint/5d323473fda0b41933dac24f98e8cb20 to your computer and use it in GitHub Desktop.
Save quentint/5d323473fda0b41933dac24f98e8cb20 to your computer and use it in GitHub Desktop.
Windows WSL2: Install Lando 3.11.0

All of this happens in WSL2/Ubuntu.

Install Docker (latest Lando-supported version)

sudo apt-get update
VERSION_STRING=5:20.10.23~3-0~ubuntu-bionic
sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin

Install Lando (latest version)

wget https://github.com/lando/lando/releases/download/v3.11.0/lando-x64-v3.11.0.deb
dpkg -i --ignore-depends=docker-ce lando-x64-v3.11.0.deb
rm lando-x64-v3.11.0.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment