mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in dockervolumes.md
Signed-off-by: Alex Chan <alex@alexwlchan.net>
This commit is contained in:
parent
b2f14f9bec
commit
40dc0c4861
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ restore testing using your preferred tools.
|
|||
|
||||
## Important tips on using shared volumes
|
||||
|
||||
Multiple containers can also share one or more data volumes. However, multiple containers writing to a single shared volume can cause data corruption. Make sure you're applications are designed to write to shared data stores.
|
||||
Multiple containers can also share one or more data volumes. However, multiple containers writing to a single shared volume can cause data corruption. Make sure your applications are designed to write to shared data stores.
|
||||
|
||||
Data volumes are directly accessible from the Docker host. This means you can read and write to them with normal Linux tools. In most cases you should not do this as it can cause data corruption if your containers and applications are unaware of your direct access.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue