Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Swarmy::Docker
Inherits
Reference
<
Object
Constructors
new
(server :
Server
|
Nil
= nil)
Source
Class methods
filter_services
(services :
Array
(
Service
), filter :
String
|
Nil
) :
Array
(
Service
)
Source
parse_services
(output :
String
) :
Array
(
Service
)
Source
parse_tasks
(output :
String
) :
Array
(
Task
)
Source
Instance methods
container_id
(task_id :
String
) :
String
Source
env
Source
server
Source
services
(filter :
String
|
Nil
= nil) :
Array
(
Service
)
Source
tasks
(service_name :
String
) :
Array
(
Task
)
Source
Nested types
Swarmy::Docker::Error