docker容器和镜像的停止和删除 2021-7-07 11:22 | 1749 | 0 | Docker 483 字 | 4 分钟 docker 容器和镜像的停止和删除 1.列出所有 docker 镜像 $ docker images repository:存储库 tag:用于版本控制 image id:镜像的ID created:创建时间 size:镜像大小 存储库和镜像ID分析 (1)repository-存储库:此时为 dockerhub 中的 nginx 官方仓库,若为… Docker