Add initial codes
[it/test.git] / test_scripts / e2adapter / run_e2adapter_interactive
1 docker run --rm -it \
2     -v /etc/e2adapter:/etc/e2adapter            `# Bind-mount the configuration directory` \
3     -v /var/log/e2adapter:/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 sh -c "/bin/bash"