class

Docker::Container

Inherits Reference < Object

Constructors

new(connection : Connection, type : Types::Container)
Source

Class methods

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

Instance methods

command(*args, **options)
Source
command(*args, **options, &)
Source
created(*args, **options)
Source
created(*args, **options, &)
Source
id(*args, **options)
Source
id(*args, **options, &)
Source
image(*args, **options)
Source
image(*args, **options, &)
Source
image_id(*args, **options)
Source
image_id(*args, **options, &)
Source
kill
Source
labels(*args, **options)
Source
labels(*args, **options, &)
Source
names(*args, **options)
Source
names(*args, **options, &)
Source
network_settings(*args, **options)
Source
network_settings(*args, **options, &)
Source
ports(*args, **options)
Source
ports(*args, **options, &)
Source
restart(wait = 5)
Source
size_root_fs(*args, **options)
Source
size_root_fs(*args, **options, &)
Source
size_rw(*args, **options)
Source
size_rw(*args, **options, &)
Source
start
Source
state(*args, **options)
Source
state(*args, **options, &)
Source
status(*args, **options)
Source
status(*args, **options, &)
Source
stop(wait = 5)
Source