docker run --rm -it \ -v /etc/e2adapter:/etc/e2adapter `# Bind-mount the configuration directory` \ -v /var/log/e2adapter:/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 sh -c "/bin/bash"