struct Docker::Api::Models::ContainerSummary

Defined in:

docker/api/models/container_summary.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Docker::Api::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def command : String #

[View source]
def created : Time #

[View source]
def host_config : HostConfig #

[View source]
def id : String #

[View source]
def image : String #

[View source]
def image_id : String #

[View source]
def labels : Hash(String, String) #

[View source]
def mounts : Array(Container::Mount) #

[View source]
def names : Array(String) #

[View source]
def network_settings : NetworkSettings #

[View source]
def ports : Array(PortBinding) #

[View source]
def size_root_fs : Int32 | Nil #

[View source]
def size_rw : Int32 | Nil #

[View source]
def state : String #

[View source]
def status : String #

[View source]