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: "socket", Usage: "socket on which to connect to the shim", }, }, Subcommands: []cli.Command{ deleteCommand, execCommand, startCommand, stateCommand, }, }
Command is the cli command for interacting with a shim
Source Files ¶
- Version
- v1.0.1-rc.0
- Published
- Jan 11, 2018
- Platform
- linux/amd64
- Imports
- 19 packages
- Last checked
- 7 minutes ago –
Tools for package owners.