diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-23 10:00:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 10:00:21 +0200 |
commit | 9e37fd43e47d32d5bfbc920c6d7aedfad5662ae0 (patch) | |
tree | 374e31027ef0f48891cbac1abfc19637cd57bb99 /pkg/domain/entities/containers.go | |
parent | 22a7d60f18a60bda02b40b5f2489014ba5f1c651 (diff) | |
parent | f61a7f25a8a6ec27fec069989f4b19b2ea19fc75 (diff) | |
download | podman-9e37fd43e47d32d5bfbc920c6d7aedfad5662ae0.tar.gz podman-9e37fd43e47d32d5bfbc920c6d7aedfad5662ae0.tar.bz2 podman-9e37fd43e47d32d5bfbc920c6d7aedfad5662ae0.zip |
Merge pull request #6625 from QiWang19/fd
Add --preservefds to podman run
Diffstat (limited to 'pkg/domain/entities/containers.go')
-rw-r--r-- | pkg/domain/entities/containers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go index b4d8e6c29..9ea572293 100644 --- a/pkg/domain/entities/containers.go +++ b/pkg/domain/entities/containers.go @@ -294,6 +294,7 @@ type ContainerRunOptions struct { ErrorStream *os.File InputStream *os.File OutputStream *os.File + PreserveFDs uint Rm bool SigProxy bool Spec *specgen.SpecGenerator |