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/Makefile b/Makefile
index d41de1a..28502c1 100644
--- a/Makefile
+++ b/Makefile
@@ -105,6 +105,9 @@
 dashd:
 	docker build -t cord/dashd -f docker/Dockerfile.dashd .
 
+vcli:
+	docker build -t cord/vcli -f docker/Dockerfile.cli .
+
 onos:
 	docker build -t cord/onos -f docker/Dockerfile.onos docker