From 4655f0a8699b44fc0fe272faec598982f42576b4 Mon Sep 17 00:00:00 2001 From: Andrew Greenwood Date: Tue, 10 Sep 2019 19:09:49 -0600 Subject: [PATCH] Simplify the example I was confused with the initial example.. suggest simplifying it so the placeholder doesn't require scrolling to the left to find. --- .../v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md index 16e306f82da..feefc68367d 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md @@ -14,7 +14,7 @@ During upgrade, you'll enter a series of commands, filling placeholders with dat ``` -docker run --volumes-from -v $PWD:/backup busybox tar zcvf /backup/rancher-data-backup--.tar.gz /var/lib/rancher +docker stop ``` In this command, `-` is the version number and date of creation for a backup of Rancher.