Merge pull request #9778 from clemenko/patch-11

adding the default storage flag
This commit is contained in:
lena-larionova 2019-10-31 11:04:08 -07:00 committed by GitHub
commit 8b7bf8f17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ $ docker container run \
--ucp-username <ucp-username> \ --ucp-username <ucp-username> \
--ucp-node <hostname> \ --ucp-node <hostname> \
--replica-id <replica-id> \ --replica-id <replica-id> \
--dtr-use-default-storage \
--dtr-external-url <dtr-external-url> < {{ metadata_backup_file }} --dtr-external-url <dtr-external-url> < {{ metadata_backup_file }}
``` ```