diff options
author | rn509j <rn509j@att.com> | 2017-10-24 12:31:32 -0400 |
---|---|---|
committer | rn509j <rn509j@att.com> | 2017-10-24 12:33:11 -0400 |
commit | e61ac289ff0a8aec1de3f08b3631ebac5301aade (patch) | |
tree | 7c774a0f77ff3d087769cbce6522db5afc659b01 /docs/Installation | |
parent | 94f53092886b76e550f8fbb8784e3d6594bbebbc (diff) |
correct documentation rst file errors and warnings
DMAAP-165
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: I57a1aae5782c47325c108804c2390e8b85ebec3f
Diffstat (limited to 'docs/Installation')
-rw-r--r-- | docs/Installation/Installation.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst index 3723a19..17636ff 100644 --- a/docs/Installation/Installation.rst +++ b/docs/Installation/Installation.rst @@ -24,8 +24,10 @@ kafka runs on 172.18.0.2 and dmaap on 172.18.0.4. 4) Install docker and docker-compose
5) Go to messageservice/src/main/resources/docker-compose and run:
-
- docker-compose up –d
+
+ .. code:: bash
+
+ docker-compose up –d
This should start 3 containers.
|