diff options
author | baude <bbaude@redhat.com> | 2019-04-28 09:12:59 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-05-01 09:13:18 -0500 |
commit | adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee (patch) | |
tree | 47395fd6da0d6747ff196e32f349218f1e0a3694 /cmd/podman/main.go | |
parent | eea77b5ae3e7fb8a60d438a79d3a4b30d35bb67c (diff) | |
download | podman-adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee.tar.gz podman-adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee.tar.bz2 podman-adbc41a3f73fc5b7dcfacb3438b4ede6609f24ee.zip |
podman-remote port
add the port command to the remote client. this allows users to displa
port information about their host system from the remote client
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r-- | cmd/podman/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go index a0f1cf401..540d4d9ad 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -47,6 +47,7 @@ var mainCommands = []*cobra.Command{ _logsCommand, _pauseCommand, podCommand.Command, + _portCommand, &_psCommand, _pullCommand, _pushCommand, |