class

Docr::API

Inherits Reference / Object

Docr API client for interacting with Docker-related endpoints.

  • client: The client instance to use for making API requests.

Provides access to various endpoint handlers such as images, containers, networks, volumes, system, and exec. Also includes custom exceptions for handling Docker API errors.

Constructors

new(client : Docr::Client)
Source

Instance methods

client

The client instance used for making API requests.

Source
containers

Provides access to Docker container-related endpoints.

Source
exec

Provides access to Docker exec-related endpoints.

Source
images

Provides access to Docker image-related endpoints.

Source
networks

Provides access to Docker network-related endpoints.

Source
sys

Provides access to Docker system-related endpoints.

Source
volumes

Provides access to Docker volume-related endpoints.

Source