Add initial codes
[it/test.git] / test_scripts / e2adapter / start_e2adapter
1 docker run -d \
2     -v ${PWD}:/etc/e2adapter        `# Bind-mount the configuration directory` \
3     -v ${PWD}:/var/log/e2adapter    `# Bind-mount the log directory` \
4     --network host                  `# Get all sockets working the "easy" way` \
5     --name e2adapter \
6     ranco-dev-tools.eastus.cloudapp.azure.com:10001/e2adapter:1.0.0