Day 20: Docker Cheatsheet
Install 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...
ritul.hashnode.dev3 min read