• Download the install script curl -fsSL https://get.docker.com -o get-docker.sh
  • Run the script sudo sh get-docker.sh
  • Add your user to the docker group (so you don’t have to type ‘sudo’ for every docker command) sudo usermod -aG docker sydney