Fix doc build warnings
[dcaegen2.git] / docs / sections / components / component-specification / docker-specification.rst
index 01e1153..7fb66e5 100755 (executable)
@@ -188,19 +188,20 @@ At the top-level:
 \r
 The ``container`` object contains:\r
 \r
-+-----------------------+-----------------------+-----------------------+\r
-| Property Name         | Type                  | Description           |\r
-+=======================+=======================+=======================+\r
-| bind                  | string                | path to the container |\r
-|                       |                       | volume                |\r
-+-----------------------+-----------------------+-----------------------+\r
-| mode                  | string                | “ro” - indicates      |\r
-|                       |                       | read-only volume      |\r
-+-----------------------+-----------------------+-----------------------+\r
-|                       | “” - indicates that   |\r
-|                       | the contain can write |\r
-|                       | into the bind mount   |\r
-+-----------------------+-----------------------+-----------------------+\r
+\r
++-----------------------+-----------------------+-------------------------------+\r
+| Property Name         | Type                  | Description                   |\r
++=======================+=======================+===============================+\r
+| bind                  | string                | path to the container         |\r
+|                       |                       | volume                        |\r
++-----------------------+-----------------------+-------------------------------+\r
+| mode                  | string                | ro - indicates                |\r
+|                       |                       | read-only volume              |\r
++-----------------------+-----------------------+-------------------------------+\r
+|                       |                       | w - indicates that            |\r
+|                       |                       | the contain can write         |\r
+|                       |                       | into the bind mount           |\r
++-----------------------+-----------------------+-------------------------------+\r
 \r
 The ``host`` object contains:\r
 \r
@@ -263,22 +264,20 @@ Example:
 The docker script interface is as follows: \`/opt/app/reconfigure.sh\r
 $reconfigure_type {“updated policies”: , “application config”: }\r
 \r
-+--------------+--------------+----------------------------------------+\r
-| Name         | Type         | Description                            |\r
-+==============+==============+========================================+\r
-| reconfigure_ | string       | “policy”                               |\r
-| type         |              |                                        |\r
-+--------------+--------------+----------------------------------------+\r
-| updated_poli | json         | TBD                                    |\r
-| cies         |              |                                        |\r
-+--------------+--------------+----------------------------------------+\r
-| updated_appl | json         | complete generated app_config, not     |\r
-| _config      |              | fully-resolved, but ``policy-enabled`` |\r
-|              |              | parameters have been updated. In order |\r
-|              |              | to get the complete updated            |\r
-|              |              | app_config, the component would have   |\r
-|              |              | to call ``config-binding-service``.    |\r
-+--------------+--------------+----------------------------------------+\r
++---------------------+--------------+----------------------------------------+\r
+| Name                | Type         | Description                            |\r
++=====================+==============+========================================+\r
+| reconfigure_type    | string       | policy                                 |\r
++---------------------+--------------+----------------------------------------+\r
+| updated_policies    | json         | TBD                                    |\r
++---------------------+--------------+----------------------------------------+\r
+| updated_appl_config | json         | complete generated app_config, not     |\r
+|                     |              | fully-resolved, but ``policy-enabled`` |\r
+|                     |              | parameters have been updated. In order |\r
+|                     |              | to get the complete updated            |\r
+|                     |              | app_config, the component would have   |\r
+|                     |              | to call ``config-binding-service``.    |\r
++---------------------+--------------+----------------------------------------+\r
 \r
 Docker Component Spec - Complete Example\r
 ----------------------------------------\r