Ubuntu Setup


  1. Install Docker Engine Install Thought Script
    curl -sSL https://get.docker.com | sh
  2. Install Docker Desktop(Optional)

We may have missing dependencies when dkpk the Docker Desktop, run this to install those missing dependencies

sudo apt --fix-broken install
  1. Add the user to the docker group
sudo usermod -aG docker <USERNAME>