Install docker Ubuntu - SuperMarioOfficial/Docker-Wiki GitHub Wiki

  • sudo apt update
  • sudo apt install docker.io
  • sudo systemctl start docker
  • sudo systemctl enable docker
  • sudo groupadd docker
  • sudo usermod -aG docker $USER
  • newgrp docker