Documentation
¶
Index ¶
- func AddCpCommand(rootCmd *cobra.Command)
- func NewAttachCommand() *cobra.Command
- func NewCommitCommand() *cobra.Command
- func NewContainerCommand() *cobra.Command
- func NewCreateCommand() *cobra.Command
- func NewDiffCommand() *cobra.Command
- func NewExecCommand() *cobra.Command
- func NewKillCommand() *cobra.Command
- func NewLogsCommand() *cobra.Command
- func NewPauseCommand() *cobra.Command
- func NewPortCommand() *cobra.Command
- func NewPsCommand() *cobra.Command
- func NewRenameCommand() *cobra.Command
- func NewRestartCommand() *cobra.Command
- func NewRmCommand() *cobra.Command
- func NewRunCommand() *cobra.Command
- func NewStartCommand() *cobra.Command
- func NewStatsCommand() *cobra.Command
- func NewStopCommand() *cobra.Command
- func NewTopCommand() *cobra.Command
- func NewUnpauseCommand() *cobra.Command
- func NewUpdateCommand() *cobra.Command
- func NewWaitCommand() *cobra.Command
- func ProcessContainerInspectOptions(cmd *cobra.Command) (opt types.ContainerInspectOptions, err error)
- type FormattingAndPrintingOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCpCommand ¶
func NewAttachCommand ¶
func NewCommitCommand ¶
func NewContainerCommand ¶
func NewCreateCommand ¶
func NewDiffCommand ¶
func NewExecCommand ¶
func NewKillCommand ¶
func NewLogsCommand ¶
func NewPauseCommand ¶
func NewPortCommand ¶
func NewPsCommand ¶
func NewRenameCommand ¶
func NewRestartCommand ¶
func NewRmCommand ¶
func NewRunCommand ¶
func NewStartCommand ¶
func NewStatsCommand ¶
func NewStopCommand ¶
func NewTopCommand ¶
func NewUnpauseCommand ¶
func NewUpdateCommand ¶
func NewWaitCommand ¶
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`.
Source Files
¶
- container.go
- container_attach.go
- container_commit.go
- container_cp_linux.go
- container_create.go
- container_diff.go
- container_exec.go
- container_inspect.go
- container_kill.go
- container_list.go
- container_logs.go
- container_pause.go
- container_port.go
- container_prune.go
- container_remove.go
- container_rename.go
- container_restart.go
- container_run.go
- container_run_linux.go
- container_run_network.go
- container_start.go
- container_stats.go
- container_stop.go
- container_top.go
- container_unpause.go
- container_update.go
- container_wait.go
Click to show internal directories.
Click to hide internal directories.