Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module cli.Command = cli.Command{
Name: "contd",
Usage: "handles containers creations",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "root",
Usage: "`ROOT` working directory of the module",
Value: "/var/cache/modules/contd",
},
&cli.StringFlag{
Name: "broker",
Usage: "connection string to the message `BROKER`",
Value: "unix:///var/run/redis.sock",
},
&cli.StringFlag{
Name: "congainerd",
Usage: "connection string to containerd `CONTAINERD`",
Value: "/run/containerd/containerd.sock",
},
&cli.UintFlag{
Name: "workers",
Usage: "number of workers `N`",
Value: 1,
},
},
Action: action,
}
Module is contd entry point
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.