package shim

import "github.com/containerd/containerd/cmd/ctr/commands/shim"

Index

Variables

var Command = cli.Command{
	Name:  "shim",
	Usage: "Interact with a shim directly",
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:  "id",
			Usage: "Container id",
		},
	},
	Subcommands: []cli.Command{
		deleteCommand,
		execCommand,
		startCommand,
		stateCommand,
	},
}

Command is the cli command for interacting with a task

Source Files

io_unix.go shim.go

Version
v1.7.15
Published
Apr 5, 2024
Platform
linux/amd64
Imports
22 packages
Last checked
3 minutes ago

Tools for package owners.