Docker operating base command

systemctl start docker start docker
systemctl restart restart docker docker
systemctl STOP Stop docker docker
docker docker View Version information is generally used to check whether the successful installation docker
docker images view mirror docker
docker ps -a to view mirror currently running processes
docker stop c608062bf46f to stop id c608062bf46f process of docker
docker rm c608062bf46f remove the mirror

 

Guess you like

Origin www.cnblogs.com/ms_senda/p/12122248.html