Chris Smith 4 лет назад
Родитель
Сommit
e8aea1e58d
Подписано: Chris Smith <chris@chameth.com> Идентификатор GPG ключа: 3A2D4BBDC4A3C9A9
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 Просмотреть файл

@@ -62,7 +62,7 @@ and towards the bottom is this little tidbit:
62 62
 > the data within the volume after it has been declared, those changes will
63 63
 > be discarded.
64 64
 
65
-As soon as Docker hits `VOLUME` instruction, the directory becomes a mount
65
+As soon as Docker hits the `VOLUME` instruction the directory becomes a mount
66 66
 point, and anything we do to the temporary volume mounted there is discarded
67 67
 during the build process. So we have to change the ownership *before* the
68 68
 instruction, which may seem a little counter-intuitive:

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