Commit c933832
committed
fix(dockerfile-linux): move configuration data into the image
Volumes should be used only for things that a containerized
application might change at runtime (e.g., `/var/lib/mysql`), not for
user configuration. In particular, this `VOLUME` directive would
break a derivative image's ability to modify the configuation data.
Users can also mount any configuration data at runtime, making the
volume unnecessary.1 parent be881bc commit c933832
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
0 commit comments