Skip to content

List runtimes

GET
/api/v1/runtimes

Detects and returns available container runtimes with their socket paths and API versions.

OK

object
available

Available indicates whether the Docker API socket is reachable.

boolean
name

Name is the runtime identifier (“docker”).

string
socketPath

SocketPath is the filesystem path to the Docker API socket.

string
version

Version is Docker’s reported API version, if available.

string