Merge pull request #7988 from markotibold/patch-1

Fixed a typo
Upstream-commit: 990da301cf79a07206751b6407125eb4ccbe4d9d
Component: engine
This commit is contained in:
Sven Dowideit
2014-09-12 10:41:12 +10:00

View File

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