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/commands.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/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 4b0641d82..14451d944 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -17,7 +17,6 @@ func getMainCommands() []*cobra.Command { _loginCommand, _logoutCommand, _mountCommand, - _portCommand, _refreshCommand, _searchCommand, _statsCommand, @@ -45,7 +44,6 @@ func getContainerSubCommands() []*cobra.Command { _commitCommand, _execCommand, _mountCommand, - _portCommand, _refreshCommand, _restoreCommand, _runlabelCommand, |