class Crysco::ContainerConfig
- Crysco::ContainerConfig
- Reference
- Object
Defined in:
container.crConstructors
Instance Method Summary
- #args : Array(String)
- #args=(args : Array(String))
- #child_socket : UNIXSocket
- #child_socket=(child_socket : UNIXSocket)
- #cmd : String
- #cmd=(cmd : String)
- #hostname : String
- #hostname=(hostname : String)
- #mnt : Path
- #mnt=(mnt : Path)
- #parent_socket : UNIXSocket
- #parent_socket=(parent_socket : UNIXSocket)
- #uid : LibC::UidT
- #uid=(uid : LibC::UidT)
- #use_existing : Bool
- #use_existing=(use_existing : Bool)
- #use_overlay : Bool
- #use_overlay=(use_overlay : Bool)
Constructor Detail
def self.new(uid : UInt32, hostname : String, cmd : String, args : Array(String), mnt : Path, use_existing : Bool, use_overlay : Bool)
#