class Podman::Container

Included Modules

Defined in:

podman/container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def _labels : Hash(String, String) | Nil #

[View source]
def _ports : Array(Port) | Nil #

[View source]
def auto_remove : Bool #

[View source]
def downtime #

[View source]
def exit_code : Int32 #

[View source]
def exited_at : Time #

[View source]
def id : String #

[View source]
def image : String #

[View source]
def image_id : String #

[View source]
def labels #

[View source]
def name #

[View source]
def names : Array(String) #

[View source]
def networks : Set(String) #

[View source]
def pod_hash : String #

[View source]
def ports #

[View source]
def started_at : Time #

[View source]
def state : State #

[View source]
def uptime : Time::Span #

[View source]
def uptime_or_downtime : Time::Span #

[View source]