Skip to content

Commit a314f40

Browse files
authored
Merge pull request #25614 from dvdksn/codex/fix-issue-11159-volume-wording
docs: correct read-only volume wording
2 parents 8121864 + ae96cdf commit a314f40

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

content/manuals/engine/storage/volumes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,8 @@ $ docker volume rm nginx-vol
403403

404404
## Use a read-only volume
405405

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
406+
For some applications, the container needs to write to the volume. At other
407+
times, the container only needs read access to the data. Multiple
409408
containers can mount the same volume. You can simultaneously mount a
410409
single volume as `read-write` for some containers and as `read-only` for others.
411410

0 commit comments

Comments
 (0)