Quellcode durchsuchen

Missing word

master
Chris Smith vor 4 Jahren
Ursprung
Commit
e8aea1e58d
Signiert von: Chris Smith <chris@chameth.com> GPG-Schlüssel-ID: 3A2D4BBDC4A3C9A9

+ 1
- 1
site/content/post/2019-04-01-understanding-docker-volume-mounts.md Datei anzeigen

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

Laden…
Abbrechen
Speichern