瀏覽代碼

Typo fix

master
Chris Smith 5 年之前
父節點
當前提交
c5148beeec
共有 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 查看文件

@@ -87,7 +87,7 @@ are the same as the directory on your host. The only way to fix them are
87 87
 to either change the permissions on the host, or have the container
88 88
 change them at runtime (assuming it has sufficient privileges).
89 89
 
90
-One final wrinkle in all this happens when you use the same container
90
+One final wrinkle in all this happens when you use the same volume
91 91
 in multiple containers. Here we have two images built from the
92 92
 Dockerfile above, one with userid 1113 and one with userid 1114:
93 93
 

Loading…
取消
儲存