docker命令

xiaoxiao2022-06-03  8

命令

docker版本

docker --version

docker详细信息

docker info

启动docker

systemctl start docker

关闭docker

systemctl stop docker

查看镜像列表

docker image ls

container正在运行的镜像

docker container ls

container运行过得镜像

docker container ls -all

运行一个镜像

docker run hello-world

 

 

 

转载请注明原文地址: https://www.6miu.com/read-4915020.html

最新回复(0)