Add initial codes
[it/test.git] / test_scripts / e2adapter / start_e2adapter
diff --git a/test_scripts/e2adapter/start_e2adapter b/test_scripts/e2adapter/start_e2adapter
new file mode 100644 (file)
index 0000000..19dc731
--- /dev/null
@@ -0,0 +1,6 @@
+docker run -d \
+    -v ${PWD}:/etc/e2adapter        `# Bind-mount the configuration directory` \
+    -v ${PWD}:/var/log/e2adapter    `# Bind-mount the log directory` \
+    --network host                  `# Get all sockets working the "easy" way` \
+    --name e2adapter \
+    ranco-dev-tools.eastus.cloudapp.azure.com:10001/e2adapter:1.0.0