sudo apt install docker.io # install docker sudo systemctl start docker # start service sudo systemctl stop docker # stop service sudo systemctl status docker # To check status of docker docker --version # to check the version of docker