diff options
author | rn509j <rn509j@att.com> | 2017-10-24 14:55:20 -0400 |
---|---|---|
committer | rn509j <rn509j@att.com> | 2017-10-24 15:23:06 -0400 |
commit | cbf84cf4a55456cc87d74d8a85b7c08a847d6b35 (patch) | |
tree | 71a8ffe42dbc56f0c65afcb6f7a02e292b1e917e /docs/Installation/Installation.rst | |
parent | e61ac289ff0a8aec1de3f08b3631ebac5301aade (diff) |
correct documentation rst file errors and warnings
DMAAP-165
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: Ib4851c46dc8ac35059a34fd3be837a6c39509591
Diffstat (limited to 'docs/Installation/Installation.rst')
-rw-r--r-- | docs/Installation/Installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst index 17636ff..5232bd4 100644 --- a/docs/Installation/Installation.rst +++ b/docs/Installation/Installation.rst @@ -27,7 +27,7 @@ kafka runs on 172.18.0.2 and dmaap on 172.18.0.4. .. code:: bash
- docker-compose up –d
+ docker-compose up # add -d argument to start process as a daemon (background process)
This should start 3 containers.
|