fix typos

This commit is contained in:
Xiaowei ZHAO
2018-09-08 02:24:38 +00:00
parent aa8adb4a36
commit cbe21e28ec
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
## 编辑网络配置文件
Docker 1.2.0 开始支持在运行中的容器里编辑 `/etc/hosts`, `/etc/hostname``/etc/resolve.conf` 文件。
Docker 1.2.0 开始支持在运行中的容器里编辑 `/etc/hosts`, `/etc/hostname``/etc/resolv.conf` 文件。
但是这些修改是临时的,只在运行的容器中保留,容器终止或重启后并不会被保存下来也不会被 `docker commit` 提交。
但是这些修改是临时的,只在运行的容器中保留,容器终止或重启后并不会被保存下来也不会被 `docker commit` 提交。