Chris Smith 5 лет назад
Родитель
Сommit
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
 

Загрузка…
Отмена
Сохранить