From 058372007538d233f9d5550fe30ecec5968e0dc9 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Tue, 22 May 2018 18:12:22 -0700 Subject: [PATCH] fixed formatting issue --- .../single-node-backup-and-restoration/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md b/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md index f9cc1af4c97..d2562073f07 100644 --- a/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md +++ b/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md @@ -47,3 +47,4 @@ docker stop ``` docker run -d --volumes-from rancher-backup- --restart=unless-stopped \ -p 80:80 -p 443:443 rancher/rancher: + ```