From 9899e0f0122bfdb05c4177fcf7d82a6acc99510a Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Thu, 28 Apr 2022 15:21:27 -0700 Subject: [PATCH] Fix Example readme file to use correct commands for local testing (#9582) --- examples/demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/demo/README.md b/examples/demo/README.md index 61d105f884ca..924f570b7972 100644 --- a/examples/demo/README.md +++ b/examples/demo/README.md @@ -44,10 +44,10 @@ Developers interested in running a local build of the Collector need to build a docker image using the command below: ```shell -make docker-otelcol +make docker-otelcontribcol ``` -And set an environment variable `OTELCOL_IMG` to `otelcol:latest` before +And set an environment variable `OTELCOL_IMG` to `otelcontribcol` before launching the command `docker-compose up -d`.