summaryrefslogtreecommitdiff
path: root/cmd/podman/varlink/io.podman.varlink
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-07-22 15:56:58 -0400
committerPeter Hunt <pehunt@redhat.com>2019-07-23 13:29:33 -0400
commit5bf99a82ff48cd5097182c55fe1347daf793324b (patch)
tree726fc427fba4615f2262932d71a8f9676604e3e4 /cmd/podman/varlink/io.podman.varlink
parent479eeac62cd74e32cbe74fc8afbfc82d4d8a8abd (diff)
downloadpodman-5bf99a82ff48cd5097182c55fe1347daf793324b.tar.gz
podman-5bf99a82ff48cd5097182c55fe1347daf793324b.tar.bz2
podman-5bf99a82ff48cd5097182c55fe1347daf793324b.zip
add detach keys support for remote
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'cmd/podman/varlink/io.podman.varlink')
-rw-r--r--cmd/podman/varlink/io.podman.varlink4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink
index cc66e7df0..f5f3250f7 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -514,7 +514,9 @@ type ExecOpts(
# workdir to run command in container
workdir: ?string,
# slice of keyword=value environment variables
- env: ?[]string
+ env: ?[]string,
+ # string of detach keys
+ detachKeys: ?string
)
# GetVersion returns version and build information of the podman service