class Docker::Client
- Docker::Client
- Reference
- Object
Overview
A client for communicating with a Docker server.
Provides the main entrypoint for common interaction with a docker instance.
Included Modules
Defined in:
docker/client.crConstructors
- 
        .new(base_url = Docker::Api::ApiClient::DEFAULT_URL)
        
          Creates a new instance for the passed base_url 
Instance Method Summary
- 
        #containers : Containers
        
          Provide an object for managing containers. 
- 
        #images : Images
        
          Provide an object for managing images. 
Constructor methods inherited from module Docker::ApiClientWrapper
  
  
    
      new(client)
    new
    
  
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Creates a new instance for the passed base_url