From 46b74a8ff8dea146539fa731cc5746fc5a59e186 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 17 Mar 2019 21:46:37 +0100 Subject: rootless: fix pod top we need to join the namespace of the target pod. Closes: https://github.com/containers/libpod/issues/2682 Signed-off-by: Giuseppe Scrivano --- 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 1717e0624..fa98dc53c 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -75,6 +75,7 @@ var cmdsNotRequiringRootless = map[*cobra.Command]bool{ _podKillCommand: true, _podStatsCommand: true, _podStopCommand: true, + _podTopCommand: true, _restartCommand: true, _rmCommand: true, _runCommand: true, -- cgit v1.2.3-54-g00ecf