From f61a7f25a8a6ec27fec069989f4b19b2ea19fc75 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Tue, 16 Jun 2020 14:22:05 -0400 Subject: Add --preservefds to podman run Add --preservefds to podman run. close https://github.com/containers/libpod/issues/6458 Signed-off-by: Qi Wang --- pkg/domain/entities/containers.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/domain/entities') 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 -- cgit v1.2.3-54-g00ecf