struct State

Included Modules

Defined in:

docker-state.cr

Constructors

Instance Method Summary

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 : String #

[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 running? #

[View source]
def started_at : String #

[View source]
def status : String #

[View source]