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) #

Instance Method Detail

def command : String #

def created : Time #

def host_config : HostConfig #

def id : String #

def image : String #

def image_id : String #

def labels : Hash(String, String) #

def mounts : Array(Container::Mount) #

def names : Array(String) #

def network_settings : NetworkSettings #

def ports : Array(PortBinding) #

def size_root_fs : Int32? #

def size_rw : Int32? #

def state : String #

def status : String #