Initial commit to run the CLI in its own docker container. Currently
the cli is started with the -L option when the user logs into the
container using ssh. More flexibility will be added in future updates.
This update addresses https://jira.opencord.org/browse/CORD-1106

Change-Id: Id104e6fe01202af7073ade45a9c2cea0bdbcc4ae
diff --git a/compose/docker-compose-system-test.yml b/compose/docker-compose-system-test.yml
index 84a8dd2..88d2591 100644
--- a/compose/docker-compose-system-test.yml
+++ b/compose/docker-compose-system-test.yml
@@ -146,6 +146,18 @@
     - default
     - ponmgmt
 
+  #
+  # Voltha cli container
+  #
+  vcli:
+    image: cord/vcli
+    environment:
+      DOCKER_HOST_IP: "${DOCKER_HOST_IP}"
+    ports:
+    - "5022:22"
+    depends_on:
+    - voltha
+
 #############################################
 # Item below this line will soon be removed.#
 #############################################