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
Copy file name to clipboardExpand all lines: targetTypes/com.steadybit.extension_container.container/summary.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# Discovery of Container Targets
2
2
3
-
### Docker
3
+
### Supported Container Runtimes
4
4
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.
6
10
7
11
For each container the following attributes are provided:
0 commit comments