Fix issue #1: change helo to hello

pull/17/head
lushiping 2014-09-25 15:31:18 +08:00
parent 2422e4e19d
commit ed6e476e94
2 changed files with 3 additions and 1 deletions

View File

@ -25,8 +25,9 @@
* [守护态运行](container/daemon.md)
* [终止](container/stop.md)
* [导出和导入](container/import_export.md)
* [删除](container/rm.md)
* [进入容器](container/enter.md)
* [仓库](repository/README.md)
* [删除](container/rm.md)
* [Docker Hub](repository/dockerhub.md)
* [私有仓库](repository/local_repo.md)
* [配置文件](repository/config.md)

View File

@ -8,3 +8,4 @@ Docker把下载的镜像存储到本地如果一个镜像不在本地docke
* 使用和管理本地主机上的镜像
* 创建一个基础的镜像
* 上传镜像到Docker Hub公共镜像仓库