Extend Dockerfile and improve documentation
[ric-plt/a1.git] / docs / installation-guide.rst
index ff12eca..abada0f 100644 (file)
@@ -27,18 +27,38 @@ The "real" helm chart for A1 is in the LF it/dep repo. That repo holds all of th
 Local Docker
 -------------
 
-building
-~~~~~~~~
+Build the image
+~~~~~~~~~~~~~~~
 ::
 
-   docker build --no-cache -t a1:X.Y.Z .
+   docker build --no-cache -t a1:latest .
 
 .. _running-1:
 
-running
-~~~~~~~
+Start the container
+~~~~~~~~~~~~~~~~~~~
+
+A sample RMR routing table is supplied here in file `local.rt` for mounting as a volume:
+
+::
+
+   docker run -p 10000:10000 -v /path/to/local.rt:/opt/route/local.rt a1:latest
+
+View container API
+~~~~~~~~~~~~~~~~~~
+
+A web user interface generated from the OpenAPI specification can be accessed at this URL:
 
 ::
 
-   docker run -dt -p 10000:10000 -v /path/to/localrt:/opt/route/local.rt a1:X.Y.Z -v
+    http://docker-host-name-or-ip:10000/ui
+
+Check container health
+~~~~~~~~~~~~~~~~~~~~~~
+
+The following command requests the container health.  This requires a Storage Data Layer
+(SDL) service; expect internal server error if that service is not available/running.
+
+::
 
+    curl docker-host-name-or-ip:10000/a1-p/healthcheck