摘要: 查看镜像 ```shell docker images docker image ls ``` 查看容器 ```shell docker ps ``` 查看所有容器 ```shell docker ps -a ``` 运行镜像 ```shell docker run [options] image 阅读全文
posted @ 2023-09-01 11:34 王冰冰 阅读(148) 评论(0) 推荐(0) 编辑