From 18d66136c1b9180f9571b7dc68a904ca82e0ba9c Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 16 Apr 2019 10:02:54 -0500 Subject: podman remote-client restart containers add the ability to restart containers with the remote-client Signed-off-by: baude --- cmd/podman/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/main.go') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 15f4a5d71..392dfe542 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -50,6 +50,7 @@ var mainCommands = []*cobra.Command{ &_psCommand, _pullCommand, _pushCommand, + _restartCommand, _rmCommand, &_rmiCommand, _runCommand, -- cgit v1.2.3-54-g00ecf