切换深色或浅色模式
# 立即启动 sudo systemctl start docker # 开机自启动 sudo systemctl enable docker
sudo systemctl status docker
docker version
# 停止 sudo systemctl stop docker # 关闭自启动 sudo systemctl disable docker