mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-09 00:22:39 +00:00
Add Docker Management Commands in docker v1.13+
This commit is contained in:
@@ -8,3 +8,5 @@ Docker 运行容器前需要本地存在对应的镜像,如果镜像不存在
|
||||
* 从仓库获取镜像;
|
||||
* 管理本地主机上的镜像;
|
||||
* 介绍镜像实现的基本原理。
|
||||
|
||||
Docker 在 1.13 版本引进了新的管理命令(management commands),在 Docker 1.13+ 推荐使用 `docker image` 子命令来管理 Docker 镜像。
|
||||
|
Reference in New Issue
Block a user