Ritul GuptaforRitul's blogritul.hashnode.net·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...1 like·66 readsDevopsAdd a thoughtful commentNo comments yetBe the first to start the conversation.