From eaac78d809a0a019718cb8b070f496b6883bb130 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 6 Jun 2018 00:20:03 -0400 Subject: Fix doc build warnings Issue-ID: DCAEGEN2-516 Change-Id: I94f1c7fcf5e4a21752c3ce9d8d71d98f2140e1ee Signed-off-by: Lusheng Ji --- docs/sections/components/component-type-docker.rst | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/sections/components/component-type-docker.rst') diff --git a/docs/sections/components/component-type-docker.rst b/docs/sections/components/component-type-docker.rst index bb6a5a70..da83a78b 100755 --- a/docs/sections/components/component-type-docker.rst +++ b/docs/sections/components/component-type-docker.rst @@ -12,8 +12,8 @@ Overview Component developers are required to provide artifacts for the platform to be able to deploy your component including: -- :any:`Component specification ` -- :any:`One or more Data Formats ` \*unless they already exist +- `Component specification ` +- `One or more Data Formats ` \*unless they already exist - `Docker image <#docker-on-the-platform>`__ In addition, components will have to be enhanced to be compliant with @@ -402,22 +402,22 @@ Envs The platform provides a set of environment variables into each Docker container: -+--------------+--------------+----------------------------------------+ -| Name | Type | Description | -+==============+==============+========================================+ -| ``HOSTNAME`` | string | Unique name of the component instance | -| | | that is generated | -+--------------+--------------+----------------------------------------+ -| ``CONSUL_HOS | string | Hostname of the platform’s Consul | -| T`` | | instance | -+--------------+--------------+----------------------------------------+ -| ``CONFIG_BIN | string | Hostname of the platform’s config | -| DING_SERVICE | | binding service instance | -| `` | | | -+--------------+--------------+----------------------------------------+ -| ``DOCKER_HOS | string | Host of the target platform Docker | -| T`` | | host to run the container on | -+--------------+--------------+----------------------------------------+ ++----------------------------+--------------+----------------------------------------+ +| Name | Type | Description | ++============================+==============+========================================+ +| ``HOSTNAME`` | string | Unique name of the component instance | +| | | that is generated | ++----------------------------+--------------+----------------------------------------+ +| ``CONSUL_HOST`` | string | Hostname of the platform's Consul | +| | | instance | ++----------------------------+--------------+----------------------------------------+ +| ``CONFIG_BINDING_SERVICE`` | string | Hostname of the platform's config | +| | | binding service instance | +| | | | ++----------------------------+--------------+----------------------------------------+ +| ``DOCKER_HOST`` | string | Host of the target platform Docker | +| | | host to run the container on | ++----------------------------+--------------+----------------------------------------+ Operational Concerns -------------------- -- cgit 1.2.3-korg