Typo in dockervolumes.md line 141?

Upstream-commit: 9503afbc9116b06585cf42715a7ae0bcd0fb7881
Component: engine
This commit is contained in:
Michiel@unhosted
2014-07-25 09:06:38 +02:00
parent 86189cd855
commit 154cd33cd7

View File

@ -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