Documentation ¶
Overview ¶
Copyright © 2024 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DefaultBox ¶
type DefaultBox struct { Name string Root string Env []string Cmd string Args []string HostMounts []string Stdin, Stdout, Stderr bool }
func (*DefaultBox) Exec ¶
func (b *DefaultBox) Exec() error
func (*DefaultBox) Run ¶
func (b *DefaultBox) Run() error
type FchrootBox ¶
type FchrootBox struct { *DefaultBox Config *config.LuetConfig }
func (*FchrootBox) Exec ¶
func (f *FchrootBox) Exec() error
func (*FchrootBox) Run ¶
func (f *FchrootBox) Run() error
Click to show internal directories.
Click to hide internal directories.