Skip to content

Instantly share code, notes, and snippets.

@zuhairkareem
Last active May 2, 2018 08:14
Show Gist options
  • Select an option

  • Save zuhairkareem/3f1d2cf9127a2e33e9249c01c99881ae to your computer and use it in GitHub Desktop.

Select an option

Save zuhairkareem/3f1d2cf9127a2e33e9249c01c99881ae to your computer and use it in GitHub Desktop.
Install Lando in Ubuntu

Install the Docker Community Edition for your Linux version. Visit https://get.docker.com for the "quick & easy install" script.(17.06.1-ce or higher)

Download the latest .deb or .rpm package from GitHub

Double-click on the package to launch Software Center

Click the "Install" button and enter your password when prompted

Lando with docker

docker_py namespacing issue with docker:

sudo apt-get remove python-docker

Installing docker-compose

Ubuntu repo has old version

sudo curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose

sudo chmod +x /usr/local/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment