ctr: remove apply command

* in its current state, apply command should not be in ctr

Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
Jess Valarezo
2017-10-30 14:46:44 -07:00
parent e4da49c44c
commit 7a1d709cc9
2 changed files with 0 additions and 39 deletions

View File

@@ -74,7 +74,6 @@ containerd CLI
app.Commands = append([]cli.Command{
plugins.Command,
versionCmd.Command,
applyCommand,
containers.Command,
content.Command,
events.Command,