From 9503afbc9116b06585cf42715a7ae0bcd0fb7881 Mon Sep 17 00:00:00 2001 From: "Michiel@unhosted" Date: Fri, 25 Jul 2014 09:06:38 +0200 Subject: [PATCH] Typo in dockervolumes.md line 141? --- docs/sources/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockervolumes.md b/docs/sources/userguide/dockervolumes.md index 42b01ecf8b..4e1cd51edb 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/docs/sources/userguide/dockervolumes.md @@ -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