Skip to content

Commit

Permalink
Fix typo in dockervolumes.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chan <[email protected]>
  • Loading branch information
alexwlchan committed Nov 4, 2015
1 parent b2f14f9 commit 40dc0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/dockervolumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 40dc0c4

Please sign in to comment.