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 --- .../docker-specification.rst | 57 +++++++++++----------- 1 file changed, 28 insertions(+), 29 deletions(-) (limited to 'docs/sections/components/component-specification/docker-specification.rst') diff --git a/docs/sections/components/component-specification/docker-specification.rst b/docs/sections/components/component-specification/docker-specification.rst index 01e11536..7fb66e57 100755 --- a/docs/sections/components/component-specification/docker-specification.rst +++ b/docs/sections/components/component-specification/docker-specification.rst @@ -188,19 +188,20 @@ At the top-level: The ``container`` object contains: -+-----------------------+-----------------------+-----------------------+ -| Property Name | Type | Description | -+=======================+=======================+=======================+ -| bind | string | path to the container | -| | | volume | -+-----------------------+-----------------------+-----------------------+ -| mode | string | “ro” - indicates | -| | | read-only volume | -+-----------------------+-----------------------+-----------------------+ -| | “” - indicates that | -| | the contain can write | -| | into the bind mount | -+-----------------------+-----------------------+-----------------------+ + ++-----------------------+-----------------------+-------------------------------+ +| Property Name | Type | Description | ++=======================+=======================+===============================+ +| bind | string | path to the container | +| | | volume | ++-----------------------+-----------------------+-------------------------------+ +| mode | string | ro - indicates | +| | | read-only volume | ++-----------------------+-----------------------+-------------------------------+ +| | | w - indicates that | +| | | the contain can write | +| | | into the bind mount | ++-----------------------+-----------------------+-------------------------------+ The ``host`` object contains: @@ -263,22 +264,20 @@ Example: The docker script interface is as follows: \`/opt/app/reconfigure.sh $reconfigure_type {“updated policies”: , “application config”: } -+--------------+--------------+----------------------------------------+ -| Name | Type | Description | -+==============+==============+========================================+ -| reconfigure_ | string | “policy” | -| type | | | -+--------------+--------------+----------------------------------------+ -| updated_poli | json | TBD | -| cies | | | -+--------------+--------------+----------------------------------------+ -| updated_appl | json | complete generated app_config, not | -| _config | | fully-resolved, but ``policy-enabled`` | -| | | parameters have been updated. In order | -| | | to get the complete updated | -| | | app_config, the component would have | -| | | to call ``config-binding-service``. | -+--------------+--------------+----------------------------------------+ ++---------------------+--------------+----------------------------------------+ +| Name | Type | Description | ++=====================+==============+========================================+ +| reconfigure_type | string | policy | ++---------------------+--------------+----------------------------------------+ +| updated_policies | json | TBD | ++---------------------+--------------+----------------------------------------+ +| updated_appl_config | json | complete generated app_config, not | +| | | fully-resolved, but ``policy-enabled`` | +| | | parameters have been updated. In order | +| | | to get the complete updated | +| | | app_config, the component would have | +| | | to call ``config-binding-service``. | ++---------------------+--------------+----------------------------------------+ Docker Component Spec - Complete Example ---------------------------------------- -- cgit 1.2.3-korg