class Companion::Docker::Client::Container

Included Modules

Defined in:

docker/client/container.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command : String #

def command=(command : String) #

def created : Int64 #

def created=(created : Int64) #

def id : String #

def id=(id : String) #

def image : String #

def image=(image : String) #

def image_id : String | Nil #

def image_id=(image_id : String | Nil) #

def names : Array(String) #

def names=(names : Array(String)) #

def ports : Array(Port) #

def ports=(ports : Array(Port)) #