c71fb3a30f
Why I did it Share docker image to support gnmi container and telemetry container Work item tracking Microsoft ADO 25423918: How I did it Create telemetry image from gnmi docker image. Enable gnmi container and disable telemetry container by default. How to verify it Run end to end test.
7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Start with default config
|
|
export CVL_SCHEMA_PATH=/usr/sbin/schema
|
|
exec /usr/sbin/dialout_client_cli -insecure -logtostderr -v 2
|
|
|