class Swm::DockerClient
 
  - Swm::DockerClient
- Reference
- Object
Defined in:
docker/client.crConstructors
- .for_cluster(cluster : Cluster) : DockerClient
- .for_node(node : Node) : DockerClient
- .new(host : String)
Instance Method Summary
- #exec(*args, **options)
- #exec(*args, **options, &)
- #exec_async(*args, **options)
- #exec_async(*args, **options, &)
- #host : String
- #wait_for(&)
- 
        #watch(command : String, &block)
        
          Due to current Crystal language limitations, this cannot be delegated 
Constructor Detail
Instance Method Detail
        
        def watch(command : String, &block)
        #
      
      
        Due to current Crystal language limitations, this cannot be delegated