ソースを参照

Missing word

master
Chris Smith 4年前
コミット
e8aea1e58d
署名者: Chris Smith <chris@chameth.com> GPGキーID: 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:

読み込み中…
キャンセル
保存