summaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-27 12:16:28 +0100
committerGitHub <noreply@github.com>2020-10-27 12:16:28 +0100
commit5c0849534d7bed20ec588d8ec0099a8b60df7e25 (patch)
tree1e8e2a60c1fa0f0c3f7a4743ddb0268e5d53c963 /pkg/domain/entities
parentdbbd5987fde0547305bc42a27d355d2de9e08dd3 (diff)
parent32af1be01a37362d81baff47a2bb28e4c863a8c9 (diff)
downloadpodman-5c0849534d7bed20ec588d8ec0099a8b60df7e25.tar.gz
podman-5c0849534d7bed20ec588d8ec0099a8b60df7e25.tar.bz2
podman-5c0849534d7bed20ec588d8ec0099a8b60df7e25.zip
Merge pull request #8094 from rhatdan/cidfile
The cidfile should be created when the container is created
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r--pkg/domain/entities/containers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go
index 46b169284..3fd7c79f4 100644
--- a/pkg/domain/entities/containers.go
+++ b/pkg/domain/entities/containers.go
@@ -294,6 +294,7 @@ type ContainerListOptions struct {
// ContainerRunOptions describes the options needed
// to run a container from the CLI
type ContainerRunOptions struct {
+ CIDFile string
Detach bool
DetachKeys string
ErrorStream *os.File