We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0672b commit 12b4769Copy full SHA for 12b4769
examples/demo/README.md
@@ -44,10 +44,10 @@ Developers interested in running a local build of the Collector need to build a
44
docker image using the command below:
45
46
```shell
47
-make docker-otelcol
+make docker-otelcontribcol
48
```
49
50
-And set an environment variable `OTELCOL_IMG` to `otelcol:latest` before
+And set an environment variable `OTELCOL_IMG` to `otelcontribcol` before
51
launching the command `docker-compose up -d`.
52
53
0 commit comments