Documentation ¶
Index ¶
- func Create(rootDir string, opts CreateOpts) error
- func CreateContainer(rootDir string, opts CreateOpts) error
- func Delete(rootDir, containerId string, force bool) error
- func Kill(rootDir string, args []string) error
- func Start(rootDir, containerId string) error
- func State(rootDir, containerId string, w io.Writer) error
- type ContainerList
- type ContainerListItem
- type CreateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(rootDir string, opts CreateOpts) error
func CreateContainer ¶
func CreateContainer(rootDir string, opts CreateOpts) error
Types ¶
type ContainerList ¶
type ContainerList []ContainerListItem
func List ¶
func List(rootDir string) (ContainerList, error)
type ContainerListItem ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.