You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{% param vers %}}
32
32
```
33
33
34
-
{{% /tab %}} {{< /tabpane >}}
34
+
{{% /tab %}} {{% /tabpane %}}
35
35
36
36
To load a custom configuration file from your working directory, mount that file
37
37
as a volume:
38
38
39
-
{{< tabpane text=true >}} {{% tab DockerHub %}}
39
+
{{% tabpane text=true %}} {{% tab DockerHub %}}
40
40
41
41
```sh
42
42
docker run -v $(pwd)/config.yaml:/etc/otelcol-contrib/config.yaml otel/opentelemetry-collector-contrib:{{% param vers %}}
@@ -48,7 +48,7 @@ docker run -v $(pwd)/config.yaml:/etc/otelcol-contrib/config.yaml otel/opentelem
48
48
docker run -v $(pwd)/config.yaml:/etc/otelcol-contrib/config.yaml ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{% param vers %}}
49
49
```
50
50
51
-
{{% /tab %}} {{< /tabpane >}}
51
+
{{% /tab %}} {{% /tabpane %}}
52
52
53
53
## Docker Compose
54
54
@@ -108,7 +108,7 @@ amd64/arm64/i386 systems. You can find the default configuration in
108
108
109
109
To get started on Debian systems run the following commands:
0 commit comments