mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Correct Typo In Documentation
This commit is contained in:
parent
a0dad3dfb2
commit
331200cbaa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue