diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-16 09:38:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-16 09:38:35 -0700 |
commit | a87cf6fef8f84ded410d547aa772b8f942c5f273 (patch) | |
tree | 32f14d5ef13b6ae50db770cac130deb83e2b154e /cmd/podman/container.go | |
parent | a2e9626d92dedb182a500c3a0f04dcc0499a6d54 (diff) | |
parent | 7cea949f04214871bba864c4348c64bbdbfba8a1 (diff) | |
download | podman-a87cf6fef8f84ded410d547aa772b8f942c5f273.tar.gz podman-a87cf6fef8f84ded410d547aa772b8f942c5f273.tar.bz2 podman-a87cf6fef8f84ded410d547aa772b8f942c5f273.zip |
Merge pull request #2949 from baude/remotecontainercommands
podman-remote container commands
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r-- | cmd/podman/container.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 380d1f250..39c4f0c5d 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -54,10 +54,14 @@ var ( _containerExistsCommand, _contInspectSubCommand, _diffCommand, + _exportCommand, _createCommand, + _killCommand, _listSubCommand, _logsCommand, _runCommand, + _rmCommand, + _waitCommand, } ) |