We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d4e36 commit 0e65e07Copy full SHA for 0e65e07
advanced_network/config_file.md
@@ -0,0 +1,5 @@
1
+## 编辑网络配置文件
2
+
3
+Docker 1.2.0开始支持在运行中的容器里编辑`/etc/hosts`, `/etc/hostname`和`/etc/resolve.conf`文件。
4
5
+但是这些修改是临时的,只在运行的容器中保留,容器终止或重启后并不会被保存下来。也不会被`docker commit`提交。
0 commit comments