📅  最后修改于: 2022-03-11 14:50:48.006000             🧑  作者: Mango
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