|
...
|
...
|
@@ -59,9 +59,10 @@ absolute path and if the directory doesn't exist Docker will automatically
|
|
59
|
59
|
create it for you.
|
|
60
|
60
|
|
|
61
|
61
|
> **Note:**
|
|
62
|
|
-> This is not available from a `Dockerfile` due the portability
|
|
|
62
|
+> This is not available from a `Dockerfile` due to the portability
|
|
63
|
63
|
> and sharing purpose of it. As the host directory is, by its nature,
|
|
64
|
|
-> host-dependent it might not work all hosts.
|
|
|
64
|
+> host-dependent, a host directory specified in a `Dockerfile` probably
|
|
|
65
|
+> wouldn't work on all hosts.
|
|
65
|
66
|
|
|
66
|
67
|
Docker defaults to a read-write volume but we can also mount a directory
|
|
67
|
68
|
read-only.
|