Docker Commands for Freshers
sudo apt update # to update your ubuntu system
sudo apt install docker.io # to install docker setup on your ubuntu system
systemctl status docker # command to check status of docker engine
systemctl docker start # command to start docker services
doc...
coolsrj.hashnode.dev2 min read