mirror of https://github.com/docker/docs.git
Removed incorrect encrypt comment text (#3663)
Removed ", encrypt it," from comment in non-encrypted code block
This commit is contained in:
parent
e3ddcf6c05
commit
c0639bba84
|
|
@ -49,7 +49,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 on /tmp/backup.tar
|
||||
$ docker run --rm -i --name ucp \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
{{ page.docker_image }} backup --interactive > /tmp/backup.tar
|
||||
|
|
|
|||
Loading…
Reference in New Issue