# 查看docker服務(wù)狀態(tài)
systemctl status docker
# 啟動docker服務(wù)
systemctl start docker
# 停止docker服務(wù)
systemctl stop docker
# 重啟docker服務(wù)
systemctl restart docker
# 設(shè)置開機啟動docker服務(wù)
systemctl enable docker
# 查看docker概要信息
docker info
# 查看docker幫助文檔
docker --help