diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-26 10:03:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 10:03:37 -0800 |
commit | f4db780beaa7c7ae6cc9749905246151955bffaf (patch) | |
tree | 581d8a9bf1875426c4e3ebafe8f0bddd36559031 /cmd/podman/container.go | |
parent | e3ece3bb907145110408c54f70b839777b09da44 (diff) | |
parent | 9d883d2032b112d5c65040629313cfba0de6c479 (diff) | |
download | podman-f4db780beaa7c7ae6cc9749905246151955bffaf.tar.gz podman-f4db780beaa7c7ae6cc9749905246151955bffaf.tar.bz2 podman-f4db780beaa7c7ae6cc9749905246151955bffaf.zip |
Merge pull request #1865 from baude/exists
add podman container|image exists
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r-- | cmd/podman/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index ff634278f..b6262f890 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -9,6 +9,7 @@ var ( attachCommand, checkpointCommand, cleanupCommand, + containerExistsCommand, commitCommand, createCommand, diffCommand, |