struct Docker::Api::Models::Container::State

Defined in:

docker/api/models/container.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) #

[View source]

Instance Method Detail

def dead : Bool #

[View source]
def error : String #

[View source]
def exit_code : Int32 #

[View source]
def finished_at : Time #

[View source]
def oom_killed : Bool #

[View source]
def paused : Bool #

[View source]
def pid : Int32 #

[View source]
def restarting : Bool #

[View source]
def running : Bool #

[View source]
def started_at : Time #

[View source]
def status : String #

[View source]