Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "tasks", Usage: "manage tasks", Aliases: []string{"t", "task"}, Subcommands: []cli.Command{ attachCommand, checkpointCommand, deleteCommand, execCommand, listCommand, killCommand, pauseCommand, psCommand, resumeCommand, startCommand, }, }
Command is the cli command for managing tasks
Functions ¶
func HandleConsoleResize ¶
HandleConsoleResize resizes the console
func NewTask ¶
func NewTask(ctx gocontext.Context, client *containerd.Client, container containerd.Container, checkpoint string, tty, nullIO bool, ioOpts []cio.Opt, opts ...containerd.NewTaskOpts) (containerd.Task, error)
NewTask creates a new task
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.