class

Docker::Container

Inherits Reference / Object

Constructors

new(__temp_99 : JSON::PullParser)
Source

Instance methods

command
Source
command=(_command : String | Nil)
Source
created
Source
created=(_created : Int64 | Nil)
Source
id=(_id : String)
Source
image
Source
image=(_image : String | Nil)
Source
image_id
Source
image_id=(_image_id : String | Nil)
Source
kill
Source
labels
Source
labels=(_labels : Hash(String, String) | Nil)
Source
logs(follow = true, stdout = true, stderr = true, since = 0, timestamps = false)
Source
names
Source
names=(_names : Array(String) | Nil)
Source
network_settings
Source
network_settings=(_network_settings : Hash(String, JSON::Any) | Nil)
Source
ports
Source
ports=(_ports : Array(Hash(String, JSON::Any)) | Nil)
Source
restart(wait = 5)
Source
size_root_fs
Source
size_root_fs=(_size_root_fs : Int32 | Nil)
Source
size_rw
Source
size_rw=(_size_rw : Int32 | Nil)
Source
start
Source
status
Source
status=(_status : String | Nil)
Source
stop(wait = 5)
Source
to_json(json : JSON::Builder)
Source