diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-09 13:17:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 13:17:14 +0200 |
commit | e37dd95b7a7839865f9259e5bc91db3dfd175daa (patch) | |
tree | 2708e1790a0e1c9e7cc3863baf9c779da730a504 /pkg | |
parent | f24bdeef268ad769707e12c1a4010b98e9b8de93 (diff) | |
parent | 1994f382320e627a91e9c510d868c81dd17866bb (diff) | |
download | podman-e37dd95b7a7839865f9259e5bc91db3dfd175daa.tar.gz podman-e37dd95b7a7839865f9259e5bc91db3dfd175daa.tar.bz2 podman-e37dd95b7a7839865f9259e5bc91db3dfd175daa.zip |
Merge pull request #15658 from rhatdan/config
Add --config for Docker compatibility
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/domain/entities/engine.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/engine.go b/pkg/domain/entities/engine.go index c1a4ffdf3..a69cf5111 100644 --- a/pkg/domain/entities/engine.go +++ b/pkg/domain/entities/engine.go @@ -33,6 +33,7 @@ type PodmanConfig struct { *config.Config *pflag.FlagSet + DockerConfig string // Used for Docker compatibility CgroupUsage string // rootless code determines Usage message ConmonPath string // --conmon flag will set Engine.ConmonPath CPUProfile string // Hidden: Should CPU profile be taken |