struct Docker::ContainerList

Included Modules

Defined in:

api_schema/containers/containers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command : String #

[View source]
def command=(command : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def image : String #

[View source]
def image=(image : String) #

[View source]
def imageId : String #

[View source]
def imageId=(imageId : String) #

[View source]
def mounts : Array(ContainerMount) #

[View source]
def mounts=(mounts : Array(ContainerMount)) #

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

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

[View source]
def networkSettigs : ContainerNetworkSettings #

[View source]
def networkSettigs=(networkSettigs : ContainerNetworkSettings) #

[View source]
def sizeRootFs : Int64 | Nil #

[View source]
def sizeRootFs=(sizeRootFs : Int64 | Nil) #

[View source]
def sizeRw : Int64 | Nil #

[View source]
def sizeRw=(sizeRw : Int64 | Nil) #

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

[View source]
def state=(state : Array(ContainerListPort)) #

[View source]
def state=(state : Int64) #

[View source]
def state=(state : String) #

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

[View source]
def status : String #

[View source]
def status=(status : String) #

[View source]