mirror of
https://github.com/containers/podman.git
synced 2025-12-10 07:42:12 +08:00
add podman container and image command
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #941 Approved by: TomSweeneyRedHat
This commit is contained in:
committed by
Atomic Bot
parent
be217caa38
commit
65033b586f
@@ -39,12 +39,14 @@ func main() {
|
||||
app.Commands = []cli.Command{
|
||||
attachCommand,
|
||||
commitCommand,
|
||||
containerCommand,
|
||||
buildCommand,
|
||||
createCommand,
|
||||
diffCommand,
|
||||
execCommand,
|
||||
exportCommand,
|
||||
historyCommand,
|
||||
imageCommand,
|
||||
imagesCommand,
|
||||
importCommand,
|
||||
infoCommand,
|
||||
|
||||
Reference in New Issue
Block a user