aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/entities/engine.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-11-01 06:27:13 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-01-12 08:32:42 -0500
commitfde6ad637355ee27929da084e2920ef2b730875c (patch)
treeb764a8dfacc5ef200b753648e76e2032d6645237 /pkg/domain/entities/engine.go
parentc75c6ce908652afad82612f7d9096925140f19b1 (diff)
downloadpodman-fde6ad637355ee27929da084e2920ef2b730875c.tar.gz
podman-fde6ad637355ee27929da084e2920ef2b730875c.tar.bz2
podman-fde6ad637355ee27929da084e2920ef2b730875c.zip
Add --noout option to prevent the output of ids
Fixes: https://github.com/containers/podman/issues/11515 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/domain/entities/engine.go')
-rw-r--r--pkg/domain/entities/engine.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/engine.go b/pkg/domain/entities/engine.go
index a8023f7cf..055af7ff9 100644
--- a/pkg/domain/entities/engine.go
+++ b/pkg/domain/entities/engine.go
@@ -40,6 +40,7 @@ type PodmanConfig struct {
Identity string // ssh identity for connecting to server
MaxWorks int // maximum number of parallel threads
MemoryProfile string // Hidden: Should memory profile be taken
+ NoOut bool // Don't output to stdout
RegistriesConf string // allows for specifying a custom registries.conf
Remote bool // Connection to Podman API Service will use RESTful API
RuntimePath string // --runtime flag will set Engine.RuntimePath