Removed "encryption" detail from unencrypted example (#5921)

This commit is contained in:
ada 2018-02-07 19:17:33 -05:00 committed by Misty Stanley-Jones
parent 9c56ec4596
commit 0bdd490620
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ The example below shows how to create a backup of a UCP manager node and
verify its contents:
```none
# Create a backup, encrypt it, and store it on /tmp/backup.tar
# Create a backup and store it in /tmp/backup.tar
$ docker container run --log-driver none --rm -i --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
{{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} backup --interactive > /tmp/backup.tar