Fix install DDC on Linux

This commit is contained in:
Joao Fernandes 2017-08-16 13:31:39 -07:00 committed by Joao Fernandes
parent f8f42d2848
commit b21df94c00
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Use ssh to log in to the host where you already installed UCP, and run:
```bash
$ docker container run -it --rm \
{{ page.ucp_latest_image }} install \
{{ page.dtr_latest_image }} install \
--ucp-node <node-hostname> \
--ucp-insecure-tls
```