ctr: move shim to commands
Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/containerd/containerd/cmd/ctr/commands/shim"
|
||||
|
||||
func init() {
|
||||
extraCmds = append(extraCmds, shimCommand)
|
||||
extraCmds = append(extraCmds, shim.Command)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user