📜  如何在 ubuntu 中安装 docker - Shell-Bash 代码示例

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

代码示例6
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