Browse Source

More typos

master
Chris Smith 5 years ago
parent
commit
fe0ba617b7

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

170
 
170
 
171
 Nothing is copied in, and inside the container the folder will be empty.
171
 Nothing is copied in, and inside the container the folder will be empty.
172
 Based on our discoveries with permisions, it's reasonable to assume the
172
 Based on our discoveries with permisions, it's reasonable to assume the
173
-same will happy with a non-empty volume too:
173
+same will happen with a non-empty volume too:
174
 
174
 
175
 {{< highlight console >}}
175
 {{< highlight console >}}
176
 $ docker volume create testing
176
 $ docker volume create testing

Loading…
Cancel
Save