class Docker::Container

Defined in:

docker/container.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(connection : Connection, type : Types::Container) #

[View source]

Class Method Detail

def self.all(all : Bool = false, limit : Int32 | Nil = nil, since : String | Nil = nil, before : String | Nil = nil, size : Bool = false, filters = {} of String => Array(String), connection = Docker.connection) #

[View source]

Instance Method Detail

def command(*args, **options) #

[View source]
def command(*args, **options, &) #

[View source]
def created(*args, **options) #

[View source]
def created(*args, **options, &) #

[View source]
def id(*args, **options) #

[View source]
def id(*args, **options, &) #

[View source]
def image(*args, **options) #

[View source]
def image(*args, **options, &) #

[View source]
def image_id(*args, **options) #

[View source]
def image_id(*args, **options, &) #

[View source]
def kill #

[View source]
def labels(*args, **options) #

[View source]
def labels(*args, **options, &) #

[View source]
def names(*args, **options) #

[View source]
def names(*args, **options, &) #

[View source]
def network_settings(*args, **options) #

[View source]
def network_settings(*args, **options, &) #

[View source]
def ports(*args, **options) #

[View source]
def ports(*args, **options, &) #

[View source]
def restart(wait = 5) #

[View source]
def size_root_fs(*args, **options) #

[View source]
def size_root_fs(*args, **options, &) #

[View source]
def size_rw(*args, **options) #

[View source]
def size_rw(*args, **options, &) #

[View source]
def start #

[View source]
def state(*args, **options) #

[View source]
def state(*args, **options, &) #

[View source]
def status(*args, **options) #

[View source]
def status(*args, **options, &) #

[View source]
def stop(wait = 5) #

[View source]