Documentation
¶
Index ¶
- Constants
- func Execute(a Interface) error
- func ToContainerId(n int) string
- type Interface
- func NewCommitAction(containerId, imageName string) Interface
- func NewExecAction(containerId string, cmdArray []string) Interface
- func NewLogAction(containerId string) Interface
- func NewNetworkCreateAction(name string, options *NetworkCreateActionOptions) Interface
- func NewNetworkListAction() Interface
- func NewNetworkRemoveAction(name string) Interface
- func NewPSAction() Interface
- func NewRMAction(containerId string) Interface
- func NewRunAction(args []string, options *RunActionOptions) Interface
- func NewStopAction(containerId string) Interface
- type NetworkCreateActionOptions
- type RunActionOptions
Constants ¶
View Source
const ( EnvExecPid = "_QCONTAINER_PID" EnvExecCmd = "_QCONTAINER_CMD" )
Variables ¶
This section is empty.
Functions ¶
func ToContainerId ¶
Types ¶
type Interface ¶
func NewCommitAction ¶
func NewExecAction ¶
func NewLogAction ¶
func NewNetworkCreateAction ¶
func NewNetworkCreateAction(name string, options *NetworkCreateActionOptions) Interface
func NewNetworkListAction ¶
func NewNetworkListAction() Interface
func NewNetworkRemoveAction ¶
func NewPSAction ¶
func NewPSAction() Interface
func NewRMAction ¶
func NewRunAction ¶
func NewRunAction(args []string, options *RunActionOptions) Interface
func NewStopAction ¶
Click to show internal directories.
Click to hide internal directories.