Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Discovery of Container Targets

### Docker
### Supported Container Runtimes

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.
* docker
* containerd
* cri-o

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.

For each container the following attributes are provided:

Expand Down
Loading