Docker::Container
Inherits Reference / Object
Constructors
new(__temp_99 : JSON::PullParser)
SourceInstance methods
command
Sourcecommand=(_command : String | Nil)
Sourcecreated
Sourcecreated=(_created : Int64 | Nil)
Sourceid
Sourceid=(_id : String)
Sourceimage
Sourceimage=(_image : String | Nil)
Sourceimage_id
Sourceimage_id=(_image_id : String | Nil)
Sourcekill
Sourcelabels
Sourcelabels=(_labels : Hash(String, String) | Nil)
Sourcelogs(follow = true, stdout = true, stderr = true, since = 0, timestamps = false)
Sourcenames
Sourcenames=(_names : Array(String) | Nil)
Sourcenetwork_settings
Sourcenetwork_settings=(_network_settings : Hash(String, JSON::Any) | Nil)
Sourceports
Sourceports=(_ports : Array(Hash(String, JSON::Any)) | Nil)
Sourcerestart(wait = 5)
Sourcesize_root_fs
Sourcesize_root_fs=(_size_root_fs : Int32 | Nil)
Sourcesize_rw
Sourcesize_rw=(_size_rw : Int32 | Nil)
Sourcestart
Sourcestatus
Sourcestatus=(_status : String | Nil)
Sourcestop(wait = 5)
Sourceto_json(json : JSON::Builder)
Source