summaryrefslogtreecommitdiff
path: root/cmd/podman/commands_remoteclient.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-13 20:20:10 +0100
committerGitHub <noreply@github.com>2019-02-13 20:20:10 +0100
commitfa3b91dc1216e6057e24a574bec566401800d780 (patch)
tree5a0a43a03a17ad51678695a9d65270725b0b7893 /cmd/podman/commands_remoteclient.go
parent8a16f83b0a13ab9de1cc905a3ff1132c75739995 (diff)
parent4f60f79a27012220afdbcf8f2f4bb4622ca8c176 (diff)
downloadpodman-fa3b91dc1216e6057e24a574bec566401800d780.tar.gz
podman-fa3b91dc1216e6057e24a574bec566401800d780.tar.bz2
podman-fa3b91dc1216e6057e24a574bec566401800d780.zip
Merge pull request #2316 from baude/remotevolumeinspect
podman-remote volume inspect|ls
Diffstat (limited to 'cmd/podman/commands_remoteclient.go')
-rw-r--r--cmd/podman/commands_remoteclient.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/commands_remoteclient.go b/cmd/podman/commands_remoteclient.go
index a656d5a29..7bdba1c19 100644
--- a/cmd/podman/commands_remoteclient.go
+++ b/cmd/podman/commands_remoteclient.go
@@ -36,6 +36,8 @@ func getVolumeSubCommands() []*cobra.Command {
return []*cobra.Command{
_volumeCreateCommand,
_volumeRmCommand,
+ _volumeLsCommand,
+ _volumeInspectCommand,
}
}