Fix spelling error

pull/241/head
khs1994 2017-11-23 23:38:05 +08:00
parent ddbadcb64d
commit 8c850ca22b
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ $ docker-compose kill -s SIGINT
#### `push`
推送服务依赖的镜像到 Dcoker 仓库。
推送服务依赖的镜像到 Docker 镜像仓库。
#### `restart`
格式为 `docker-compose restart [options] [SERVICE...]`

View File

@ -13,7 +13,7 @@
* 0.9-rc1: 2017-11-30
* 根据最新版本v17.09)修订内容
* 增加 Dockerfile `multistage builds` 多阶段构建 `Dcoker 17.05` 新增特性
* 增加 Dockerfile `multistage builds` 多阶段构建 `Docker 17.05` 新增特性
* 增加 `docker exec` 子命令介绍
* 更新 `Docker 网络` 一节
* 更新 `Docker Machine` 基于 0.13.0 版本