Initial commit of the O1 simulator framework.

Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
Change-Id: Ifdc9e319ef6085354ed5dea637c702652a640a23
diff --git a/docker-build-manager.sh b/docker-build-manager.sh
new file mode 100755
index 0000000..6a61958
--- /dev/null
+++ b/docker-build-manager.sh
@@ -0,0 +1 @@
+docker build --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') -t ntsim_manager -f ntsimulator/deploy/manager/Dockerfile .