aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-06-21 10:35:35 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-22 19:26:46 +0000
commitd2f981fd0babda31c89ac031dabc671d76b8f25a (patch)
tree22fb150f7983e3cc97e33878e6b34e49620bbe40 /cmd/podman/main.go
parent334345671759d521ee6fbe7f6e1e7392ee312ab4 (diff)
downloadpodman-d2f981fd0babda31c89ac031dabc671d76b8f25a.tar.gz
podman-d2f981fd0babda31c89ac031dabc671d76b8f25a.tar.bz2
podman-d2f981fd0babda31c89ac031dabc671d76b8f25a.zip
Add podman refresh command
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #981 Approved by: baude
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 8ee86dd92..475d1bcbb 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -62,6 +62,7 @@ func main() {
portCommand,
pullCommand,
pushCommand,
+ refreshCommand,
restartCommand,
rmCommand,
rmiCommand,