Documentation ¶
Index ¶
- func EcsCommand() *cobra.Command
- func ExecCommand() *cobra.Command
- func InspectCommand() *cobra.Command
- func KillCommand() *cobra.Command
- func LogsCommand() *cobra.Command
- func MetadataCommand() *cobra.Command
- func PruneCommand() *cobra.Command
- func PsCommand() *cobra.Command
- func RmCommand() *cobra.Command
- func SecretCommand() *cobra.Command
- func ServeCommand() *cobra.Command
- func StartCommand() *cobra.Command
- func StopCommand() *cobra.Command
- func VersionCommand() *cobra.Command
- type BackendMetadata
- type ContainerInspectView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EcsCommand ¶
EcsCommand is a placeholder to drive early users to the integrated form of ecs support instead of its early plugin form
func ExecCommand ¶
ExecCommand runs a command in a running container
func LogsCommand ¶
LogsCommand fetches and shows logs of a container
func MetadataCommand ¶ added in v1.0.6
MetadataCommand command to display version
func PruneCommand ¶ added in v0.1.23
PruneCommand deletes backend resources
func ServeCommand ¶
ServeCommand returns the command to serve the API
func VersionCommand ¶
VersionCommand command to display version
Types ¶
type BackendMetadata ¶ added in v1.0.6
BackendMetadata backend metadata TODO import this from cli when merged & available in /docker/cli
type ContainerInspectView ¶ added in v1.0.3
type ContainerInspectView struct { ID string Status string Image string Command string `json:",omitempty"` HostConfig *containers.HostConfig `json:",omitempty"` Ports []containers.Port `json:",omitempty"` Config *containers.RuntimeConfig `json:",omitempty"` Platform string Healthcheck *containerInspectHealthcheck `json:",omitempty"` }
ContainerInspectView inspect view
Source Files ¶
Click to show internal directories.
Click to hide internal directories.