Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handlers ¶
type Handlers struct {
Init func(envId string, noCwd bool) error
Run func(flags *RunFlags) error
Ls func() error
Rm func(envId string) error
Update func(checkOnly bool) error
}
Handlers contains callback functions for each command.
type RunFlags ¶
type RunFlags struct {
EnvId string
ConfigPath string
NetworkMode string
Mounts []string
BeRoot bool
TcpPublishedPorts []string
TcpHostPorts []string
UdpPublishedPorts []string
UdpHostPorts []string
// Remaining command line arguments (the command to execute)
Args []string
}
RunFlags contains parsed command line flags for the 'drop run' command.
Click to show internal directories.
Click to hide internal directories.