diff options
author | Brent Baude <bbaude@redhat.com> | 2020-05-11 15:13:32 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-05-12 08:35:48 -0500 |
commit | 03c29c357fb21d69ed878dcfea29f99c7a369f25 (patch) | |
tree | 210f2309a7fe54ff56a7ac4d3cb3ad96e999c948 /cmd/podman/system/df.go | |
parent | 07f775d161ef642cbbe5dc98071aa04d9312b17e (diff) | |
download | podman-03c29c357fb21d69ed878dcfea29f99c7a369f25.tar.gz podman-03c29c357fb21d69ed878dcfea29f99c7a369f25.tar.bz2 podman-03c29c357fb21d69ed878dcfea29f99c7a369f25.zip |
add podman remote system df
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/system/df.go')
-rw-r--r-- | cmd/podman/system/df.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/system/df.go b/cmd/podman/system/df.go index 7caa8e39a..8fe035209 100644 --- a/cmd/podman/system/df.go +++ b/cmd/podman/system/df.go @@ -37,7 +37,7 @@ var ( func init() { registry.Commands = append(registry.Commands, registry.CliCommand{ - Mode: []entities.EngineMode{entities.ABIMode}, + Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode}, Command: dfSystemCommand, Parent: systemCmd, }) |