Update 12_data_management_with_volumes.md (#4936)

This commit is contained in:
Wang Jie 2017-10-17 07:22:59 +08:00 committed by Misty Stanley-Jones
parent 460310b36d
commit ee22e0a01d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ up, restore, or migrate a volume to a local host or a cloud storage provider.
In this next step, you'll download the `/data` volume from Redis to your local host using SCP (secure copy). In this next step, you'll download the `/data` volume from Redis to your local host using SCP (secure copy).
First, run a SSH service that mounts the volumes of the redis you want to back up: First, run an SSH service that mounts the volumes of the redis you want to back up:
```bash ```bash
$ docker-cloud service run -n download -p 2222:22 -e AUTHORIZED_KEYS="$(cat ~/.ssh/id_rsa.pub)" --volumes-from redis tutum/ubuntu $ docker-cloud service run -n download -p 2222:22 -e AUTHORIZED_KEYS="$(cat ~/.ssh/id_rsa.pub)" --volumes-from redis tutum/ubuntu