Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit e775516

Browse files
Fix
1 parent f9e52d6 commit e775516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdi/opentelemetry/collector-linux/install-linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ Use auto discovery with containers
128128

129129
If your Collector instance is running in a Docker container and the discovery targets are also containers, you need to share the Docker socket when launching the Collector container:
130130

131-
.. code-block:: bash
131+
.. code-block:: bash
132132
133133
$ docker run -v /var/run/docker.sock:/var/run/docker.sock:ro --group-add <socket_gid>
134134
135135
To use host bindings, run this command:
136136

137-
.. code-block:: bash
137+
.. code-block:: bash
138138
139139
--set=splunk.discovery.extensions.docker_observer.config.use_host_bindings=true
140140

0 commit comments

Comments
 (0)