Skip to content

Commit ae96cdf

Browse files
dvdksncodex
andcommitted
docs: correct read-only volume wording (fixes #11159)
The read-only volume section incorrectly described the mount as a bind mount. Refer to the mounted data as a volume and remove the host propagation claim. Co-Authored-By: Codex <noreply@openai.com>
1 parent 04ce462 commit ae96cdf

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)