ctr: move push and pull to images command
Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
parent
b58e4fc2ed
commit
456d3f4475
@ -22,12 +22,14 @@ var Command = cli.Command{
|
|||||||
Name: "images",
|
Name: "images",
|
||||||
Usage: "manage images",
|
Usage: "manage images",
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
listCommand,
|
|
||||||
checkCommand,
|
checkCommand,
|
||||||
|
exportCommand,
|
||||||
|
importCommand,
|
||||||
|
listCommand,
|
||||||
|
pullCommand,
|
||||||
|
pushCommand,
|
||||||
removeCommand,
|
removeCommand,
|
||||||
setLabelsCommand,
|
setLabelsCommand,
|
||||||
importCommand,
|
|
||||||
exportCommand,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package images
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package images
|
||||||
|
|
||||||
import (
|
import (
|
||||||
gocontext "context"
|
gocontext "context"
|
@ -81,8 +81,6 @@ containerd CLI
|
|||||||
images.Command,
|
images.Command,
|
||||||
namespacesCmd.Command,
|
namespacesCmd.Command,
|
||||||
pprofCommand,
|
pprofCommand,
|
||||||
pullCommand,
|
|
||||||
pushCommand,
|
|
||||||
rootfsCommand,
|
rootfsCommand,
|
||||||
runCommand,
|
runCommand,
|
||||||
snapshot.Command,
|
snapshot.Command,
|
||||||
|
Loading…
Reference in New Issue
Block a user