Ubuntu Setup
- Install Docker Engine
Install Thought Script
curl -sSL https://get.docker.com | sh
- 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
- Add the user to the docker group
sudo usermod -aG docker <USERNAME>