📜  如何在 ubuntu 中检查状态 docker - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:09.098000             🧑  作者: Mango

代码示例1
sudo systemctl status docker
#(OR)
systemctl status docker.service
# To check the status of Docker whether running or not.