Install Docker

  1. Download the docker installation script
curl -fsSL https://get.docker.com -o get-docker.sh
  1. Run the installation script
sudo sh get-docker.sh
  1. Add docker permissions to user
sudo usermod -aG docker ${USERNAME}