浏览代码

More typos

master
Chris Smith 5 年前
父节点
当前提交
fe0ba617b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      site/content/post/2019-04-01-understanding-docker-volume-mounts.md

+ 1
- 1
site/content/post/2019-04-01-understanding-docker-volume-mounts.md 查看文件

@@ -170,7 +170,7 @@ drwxr-xr-x 3 chris chris 4096 Apr  1 22:05 ..
170 170
 
171 171
 Nothing is copied in, and inside the container the folder will be empty.
172 172
 Based on our discoveries with permisions, it's reasonable to assume the
173
-same will happy with a non-empty volume too:
173
+same will happen with a non-empty volume too:
174 174
 
175 175
 {{< highlight console >}}
176 176
 $ docker volume create testing

正在加载...
取消
保存