Fix bad formatting in ucp docs

This commit is contained in:
Joao Fernandes 2016-11-18 13:46:41 -08:00
parent 2bdd19836c
commit 28e458993d
1 changed files with 1 additions and 9 deletions

View File

@ -46,15 +46,6 @@ $ docker run --rm -i --name ucp \
# Decrypt the backup and list its contents # Decrypt the backup and list its contents
$ gpg --decrypt /tmp/backup.tar | tar --list $ gpg --decrypt /tmp/backup.tar | tar --list
Enter passphrase: secret
/ucp-client-root-ca/
./ucp-client-root-ca/cert.pem
./ucp-client-root-ca/config.json
./ucp-client-root-ca/key.pem
./ucp-cluster-root-ca/
# output snipped
``` ```
## Restore command ## Restore command
@ -82,6 +73,7 @@ $ docker run --rm -i --name ucp \
The restore command can be used to create a new UCP cluster from a backup file. The restore command can be used to create a new UCP cluster from a backup file.
After the restore operation is complete, the following data will be copied from After the restore operation is complete, the following data will be copied from
the backup file: the backup file:
* Users, Teams and Permissions. * Users, Teams and Permissions.
* Cluster Configuration, such as the default Controller Port or the KV store * Cluster Configuration, such as the default Controller Port or the KV store
timeout. timeout.