class Companion::Docker::Client::Container
- Companion::Docker::Client::Container
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
docker/client/container.crConstructors
Instance Method Summary
- #command : String
- #command=(command : String)
- #created : Int64
- #created=(created : Int64)
- #id : String
- #id=(id : String)
- #image : String
- #image=(image : String)
- #image_id : String | Nil
- #image_id=(image_id : String | Nil)
- #names : Array(String)
- #names=(names : Array(String))
- #ports : Array(Port)
- #ports=(ports : Array(Port))