mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Missing cli char
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ docker stop <RANCHER_CONTAINER_ID>
|
|||||||
- Replace `<RANCHER_CONTAINER_TAG>` and `<RANCHER_VERSION>` with the version of Rancher that you are currently running, as mentioned in the **Prerequisite** above.
|
- Replace `<RANCHER_CONTAINER_TAG>` and `<RANCHER_VERSION>` with the version of Rancher that you are currently running, as mentioned in the **Prerequisite** above.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker create --volumes-from <RANCHER_CONTAINER_ID>
|
docker create --volumes-from <RANCHER_CONTAINER_ID> \
|
||||||
--name rancher-backup-<RANCHER_VERSION> rancher/rancher:<RANCHER_CONTAINER_TAG>
|
--name rancher-backup-<RANCHER_VERSION> rancher/rancher:<RANCHER_CONTAINER_TAG>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user