Skip to content

Commit bf355bf

Browse files
Willian Carvalhobertschneider
authored andcommitted
fix: container extension doc mentions also containerd and crio
1 parent 1591362 commit bf355bf

File tree

1 file changed

+6
-2
lines changed
  • targetTypes/com.steadybit.extension_container.container

1 file changed

+6
-2
lines changed

targetTypes/com.steadybit.extension_container.container/summary.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Discovery of Container Targets
22

3-
### Docker
3+
### Supported Container Runtimes
44

5-
The agent discovers any running container communication with the docker daemon using `/var/run/docker.sock`. You can configure a different docker socket by setting the environment variable `STEADYBIT_DOCKER_SOCKET` for the agent.
5+
* docker
6+
* containerd
7+
* cri-o
8+
9+
The agent discovers any running container communication with the container runtime daemon. You can configure a different container socket by setting the environment variable `STEADYBIT_EXTENSION_CONTAINER_SOCKET` for the agent.
610

711
For each container the following attributes are provided:
812

0 commit comments

Comments
 (0)