Skip to content

Commit

Permalink
Merge pull request moby#7280 from knappe/patch-1
Browse files Browse the repository at this point in the history
Correct Typo In Documentation
  • Loading branch information
Sven Dowideit authored and Sven Dowideit committed Jul 29, 2014
2 parents ac3eecf + 331200c commit 3369b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/userguide/dockervolumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ like so:

$ sudo docker run --volumes-from dbdata -v $(pwd):/backup ubuntu tar cvf /backup/backup.tar /dbdata

Here's we've launched a new container and mounted the volume from the
Here we've launched a new container and mounted the volume from the
`dbdata` container. We've then mounted a local host directory as
`/backup`. Finally, we've passed a command that uses `tar` to backup the
contents of the `dbdata` volume to a `backup.tar` file inside our
Expand Down

0 comments on commit 3369b4f

Please sign in to comment.