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

Instance Method Detail

def dead : Bool #

def error : String #

def exit_code : Int32 #

def finished_at : Time #

def oom_killed : Bool #

def paused : Bool #

def pid : Int32 #

def restarting : Bool #

def running : Bool #

def started_at : Time #

def status : String #