class Crysco::ContainerConfig

Defined in:

container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uid : UInt32, hostname : String, cmd : String, args : Array(String), mnt : Path, use_existing : Bool, use_overlay : Bool) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def child_socket : UNIXSocket #

[View source]
def child_socket=(child_socket : UNIXSocket) #

[View source]
def cmd : String #

[View source]
def cmd=(cmd : String) #

[View source]
def hostname : String #

[View source]
def hostname=(hostname : String) #

[View source]
def mnt : Path #

[View source]
def mnt=(mnt : Path) #

[View source]
def parent_socket : UNIXSocket #

[View source]
def parent_socket=(parent_socket : UNIXSocket) #

[View source]
def uid : LibC::UidT #

[View source]
def uid=(uid : LibC::UidT) #

[View source]
def use_existing : Bool #

[View source]
def use_existing=(use_existing : Bool) #

[View source]
def use_overlay : Bool #

[View source]
def use_overlay=(use_overlay : Bool) #

[View source]