ctr: move shim to commands

Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
Jess Valarezo
2017-10-31 09:22:03 -07:00
parent c3b70f1d0b
commit a827a17f1d
4 changed files with 16 additions and 88 deletions

View File

@@ -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)
}