class Docr::API
 
  - Docr::API
 - Reference
 - Object
 
Overview
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.
Defined in:
docr/api.crConstructors
Instance Method Summary
- 
        #client : Docr::Client
        
          
The client instance used for making API requests.
 - 
        #containers : Docr::Endpoints::Containers
        
          
Provides access to Docker container-related endpoints.
 - 
        #exec : Docr::Endpoints::Exec
        
          
Provides access to Docker exec-related endpoints.
 - 
        #images : Docr::Endpoints::Images
        
          
Provides access to Docker image-related endpoints.
 - 
        #networks : Docr::Endpoints::Networks
        
          
Provides access to Docker network-related endpoints.
 - 
        #sys : Docr::Endpoints::System
        
          
Provides access to Docker system-related endpoints.
 - 
        #volumes : Docr::Endpoints::Volumes
        
          
Provides access to Docker volume-related endpoints.
 
Constructor Detail
Instance Method Detail
        
        def containers : Docr::Endpoints::Containers
        #
      
      
        Provides access to Docker container-related endpoints.