container

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 54 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCpCommand

func AddCpCommand(rootCmd *cobra.Command)

func NewAttachCommand

func NewAttachCommand() *cobra.Command

func NewCommitCommand

func NewCommitCommand() *cobra.Command

func NewContainerCommand

func NewContainerCommand() *cobra.Command

func NewCreateCommand

func NewCreateCommand() *cobra.Command

func NewDiffCommand

func NewDiffCommand() *cobra.Command

func NewExecCommand

func NewExecCommand() *cobra.Command

func NewKillCommand

func NewKillCommand() *cobra.Command

func NewLogsCommand

func NewLogsCommand() *cobra.Command

func NewPauseCommand

func NewPauseCommand() *cobra.Command

func NewPortCommand

func NewPortCommand() *cobra.Command

func NewPsCommand

func NewPsCommand() *cobra.Command

func NewRenameCommand

func NewRenameCommand() *cobra.Command

func NewRestartCommand

func NewRestartCommand() *cobra.Command

func NewRmCommand

func NewRmCommand() *cobra.Command

func NewRunCommand

func NewRunCommand() *cobra.Command

func NewStartCommand

func NewStartCommand() *cobra.Command

func NewStatsCommand

func NewStatsCommand() *cobra.Command

func NewStopCommand

func NewStopCommand() *cobra.Command

func NewTopCommand

func NewTopCommand() *cobra.Command

func NewUnpauseCommand

func NewUnpauseCommand() *cobra.Command

func NewUpdateCommand

func NewUpdateCommand() *cobra.Command

func NewWaitCommand

func NewWaitCommand() *cobra.Command

func ProcessContainerInspectOptions

func ProcessContainerInspectOptions(cmd *cobra.Command) (opt types.ContainerInspectOptions, err error)

Types

type FormattingAndPrintingOptions

type FormattingAndPrintingOptions struct {
	Stdout io.Writer
	// Only display container IDs.
	Quiet bool
	// Format the output using the given Go template (e.g., '{{json .}}', 'table', 'wide').
	Format string
	// Display total file sizes.
	Size bool
}

FormattingAndPrintingOptions specifies options for formatting and printing of `nerdctl (container) list`.

Jump to

Keyboard shortcuts

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