From f444f239733d71a449be5e58060a4409c1dd2c14 Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Thu, 11 Sep 2014 08:55:45 +0200 Subject: [PATCH] Fixed typo Upstream-commit: ef3920278e6a07254a6dcd9502254ed25656d552 Component: engine --- components/engine/docs/sources/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/userguide/dockervolumes.md b/components/engine/docs/sources/userguide/dockervolumes.md index 02dd344ffc..58412611c5 100644 --- a/components/engine/docs/sources/userguide/dockervolumes.md +++ b/components/engine/docs/sources/userguide/dockervolumes.md @@ -148,7 +148,7 @@ Then un-tar the backup file in the new container's data volume. $ sudo docker run --volumes-from dbdata2 -v $(pwd):/backup busybox tar xvf /backup/backup.tar -You can use this techniques above to automate backup, migration and +You can use the techniques above to automate backup, migration and restore testing using your preferred tools. # Next steps