host

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package host provides subcommands for the local Docker host

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cli.Command{
	Name:  "host",
	Usage: "Manages the local Docker host",
	Subcommands: []*cli.Command{
		{
			Name:     "ls-app",
			Aliases:  []string{"list-applications"},
			Category: "Query the Docker host",
			Usage:    "Lists running Docker Compose applications",
			Action:   lsAppAction,
		},
		{
			Name:     "ls-con",
			Aliases:  []string{"list-containers"},
			Category: "Query the Docker host",
			Usage:    "Lists the containers associated with a package deployment",
			Action:   lsConAction,
		},
		{
			Name:     "rm",
			Aliases:  []string{"remove"},
			Category: "Modify the Docker host",
			Usage:    "Removes all Docker Compose applications",
			Action:   rmAction,
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL