Chris Smith 4 роки тому
джерело
коміт
e8aea1e58d
Підписано: Chris Smith <chris@chameth.com> Ідентифікатор GPG ключа: 3A2D4BBDC4A3C9A9

+ 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:

Завантаження…
Відмінити
Зберегти