Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExitError ¶
Types ¶
type ContainerBundle ¶
type ContainerConfig ¶
type ContainerConfig struct { Id string Bundle ContainerBundle Io ContainerIO NoPivotRoot bool NoNewKeyring bool DestroyOnClose bool }
type ContainerGroup ¶
type ContainerGroup struct {
// contains filtered or unexported fields
}
func NewContainerGroup ¶
func NewContainerGroup(debug log.Logger) *ContainerGroup
func (*ContainerGroup) Add ¶
func (m *ContainerGroup) Add(c Container)
func (*ContainerGroup) Close ¶
func (m *ContainerGroup) Close() (err error)
func (*ContainerGroup) Start ¶
func (m *ContainerGroup) Start()
func (*ContainerGroup) Stop ¶
func (m *ContainerGroup) Stop()
func (*ContainerGroup) Wait ¶
func (m *ContainerGroup) Wait()
type ContainerIO ¶
func NewStdContainerIO ¶
func NewStdContainerIO() ContainerIO
type ContainerInfo ¶
type ContainerManager ¶
type ExitError ¶
type ExitError struct {
// contains filtered or unexported fields
}
func FindExitError ¶
func (*ExitError) ContainerID ¶
Directories ¶
Path | Synopsis |
---|---|
This file is derived from opencontainers/runc/tty.go and opencontainers/runc/utils_linux.go (setupIO)
|
This file is derived from opencontainers/runc/tty.go and opencontainers/runc/utils_linux.go (setupIO) |
Click to show internal directories.
Click to hide internal directories.