Moving metronet-local to be compliand with masted, adding .sh, docker and compose files

Change-Id: I31cf7d476e0c09bedbe9934cd52cf419ac16a7cf
diff --git a/xos/synchronizer/Makefile b/xos/synchronizer/Makefile
new file mode 100644
index 0000000..1e78820
--- /dev/null
+++ b/xos/synchronizer/Makefile
@@ -0,0 +1,5 @@
+synchronizer:
+	sudo docker build --rm -f Dockerfile.synchronizer -t xosproject/vnodlocal-synchronizer .
+
+up:
+	docker-compose -p vnodlocal up -d
\ No newline at end of file