There was an error while loading. Please reload this page.
2 parents 8121864 + ae96cdf commit a314f40Copy full SHA for a314f40
1 file changed
content/manuals/engine/storage/volumes.md
@@ -403,9 +403,8 @@ $ docker volume rm nginx-vol
403
404
## Use a read-only volume
405
406
-For some development applications, the container needs to write into the bind
407
-mount so that changes are propagated back to the Docker host. At other times,
408
-the container only needs read access to the data. Multiple
+For some applications, the container needs to write to the volume. At other
+times, the container only needs read access to the data. Multiple
409
containers can mount the same volume. You can simultaneously mount a
410
single volume as `read-write` for some containers and as `read-only` for others.
411
0 commit comments