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/container.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/container.go') diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 7733c8eef..28e0f0e4a 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -60,6 +60,7 @@ var ( _listSubCommand, _logsCommand, _pauseCommand, + _restartCommand, _runCommand, _rmCommand, _startCommand, -- cgit v1.2.3-54-g00ecf