Docker Project:-
1.Update linux pacakages
sudo apt update
sudo apt upgrade
2.Install docker
sudo apt install docker.io
3.Add user and give all permissions
sudo usermod -aG docker $USER
After making these changes, you will need to log out and log back in for the gr...
yash2703.hashnode.dev2 min read