diff --git a/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md b/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md index f5ae975020d..2c7a1191594 100644 --- a/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md +++ b/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md @@ -25,7 +25,7 @@ docker stop - Replace `` and `` with the version of Rancher that you are currently running, as mentioned in the **Prerequisite** above. ``` -docker create --volumes-from +docker create --volumes-from \ --name rancher-backup- rancher/rancher: ```