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:
Daniel J Walsh
2018-06-13 07:40:41 -04:00
committed by Atomic Bot
parent be217caa38
commit 65033b586f
12 changed files with 413 additions and 3 deletions

View File

@@ -39,12 +39,14 @@ func main() {
app.Commands = []cli.Command{
attachCommand,
commitCommand,
containerCommand,
buildCommand,
createCommand,
diffCommand,
execCommand,
exportCommand,
historyCommand,
imageCommand,
imagesCommand,
importCommand,
infoCommand,