Skip to content

Commit

Permalink
Typo in dockervolumes.md line 141?
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jul 25, 2014
1 parent ff28b0b commit 9503afb
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 @@ -138,7 +138,7 @@ contents of the `dbdata` volume to a `backup.tar` file inside our
`/backup` directory. When the command completes and the container stops
we'll be left with a backup of our `dbdata` volume.

You could then to restore to the same container, or another that you've made
You could then restore it to the same container, or another that you've made
elsewhere. Create a new container.

$ sudo docker run -v /dbdata --name dbdata2 ubuntu /bin/bash
Expand Down

0 comments on commit 9503afb

Please sign in to comment.