Przeglądaj źródła

Missing word

master
Chris Smith 4 lat temu
rodzic
commit
e8aea1e58d
Podpisane przez: Chris Smith <chris@chameth.com> ID klucza GPG: 3A2D4BBDC4A3C9A9

+ 1
- 1
site/content/post/2019-04-01-understanding-docker-volume-mounts.md Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz