summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-15 15:00:18 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-16 13:55:49 +0000
commit2724434369037938f5dceaf7bf8268d4d5ce1a68 (patch)
tree92254cdf40bfb937fe405eec2b51a9c18705cbb6 /cmd/podman/main.go
parent8840b92da603f9db5ba2590f4b0836ad580fbe56 (diff)
downloadpodman-2724434369037938f5dceaf7bf8268d4d5ce1a68.tar.gz
podman-2724434369037938f5dceaf7bf8268d4d5ce1a68.tar.bz2
podman-2724434369037938f5dceaf7bf8268d4d5ce1a68.zip
Add 'podman restart' command
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #503 Approved by: rhatdan
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 4034be267..2a0ca30ee 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -56,6 +56,7 @@ func main() {
portCommand,
pullCommand,
pushCommand,
+ restartCommand,
rmCommand,
rmiCommand,
runCommand,