Ritul GuptaforRitul's blogritul.hashnode.dev·Apr 18, 2023Day 20: Docker CheatsheetInstall Docker 1. Installed docker in ubuntu sudo apt-get install docker.io -y 2. Check service is start or not systemctl status docker 3.Run docker commands without using sudo sudo usermod -a -G docker $USER 4.Reboot Instance sudo reboot 5.Show the...3 likes·111 readsDevopsAdd a thoughtful commentNo comments yetBe the first to start the conversation.