diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-12 13:37:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 13:37:22 +0100 |
commit | faafdcf1f3509aeb83fd43729fa7c40ea360a3ea (patch) | |
tree | 3d12c6a2f9b3e4c44b8db4aa8e9f51c15575afad /cmd/podman/commands_remoteclient.go | |
parent | 89237033fd38d91308ff7e5b9511aff41f44e0e8 (diff) | |
parent | 3101364a3cf00a2b2562bc2510262c3ee992bbab (diff) | |
download | podman-faafdcf1f3509aeb83fd43729fa7c40ea360a3ea.tar.gz podman-faafdcf1f3509aeb83fd43729fa7c40ea360a3ea.tar.bz2 podman-faafdcf1f3509aeb83fd43729fa7c40ea360a3ea.zip |
Merge pull request #2315 from baude/remotevolumerm
podman-remote volume rm
Diffstat (limited to 'cmd/podman/commands_remoteclient.go')
-rw-r--r-- | cmd/podman/commands_remoteclient.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/commands_remoteclient.go b/cmd/podman/commands_remoteclient.go index e1f68405e..a656d5a29 100644 --- a/cmd/podman/commands_remoteclient.go +++ b/cmd/podman/commands_remoteclient.go @@ -35,6 +35,7 @@ func getPodSubCommands() []*cobra.Command { func getVolumeSubCommands() []*cobra.Command { return []*cobra.Command{ _volumeCreateCommand, + _volumeRmCommand, } } |