class Swm::Service
- Swm::Service
- Reference
- Object
Defined in:
docker/service.crConstructors
Class Method Summary
Instance Method Summary
- #check_service_state(state) : Bool
- #complete?
- #containers : Array(Container)
- #follow
- #get_last_output_line
- #name : String
- #rm!
- #wait_for_completion
Constructor Detail
Class Method Detail
def self.create(name : String, cluster : Cluster, image : String, options : String, command : String, client : DockerClient | Nil)
#