diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-09-06 14:24:34 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-09-08 16:20:30 -0400 |
commit | 1994f382320e627a91e9c510d868c81dd17866bb (patch) | |
tree | 071c6e598370b92f4e2501f66bd06972e04b4e8f /pkg/domain | |
parent | 95eff1aa402c3d159c8ad25d8140b879d5feccf2 (diff) | |
download | podman-1994f382320e627a91e9c510d868c81dd17866bb.tar.gz podman-1994f382320e627a91e9c510d868c81dd17866bb.tar.bz2 podman-1994f382320e627a91e9c510d868c81dd17866bb.zip |
Add --config for Docker compatibility
Fixes: https://github.com/containers/podman/issues/14767
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/domain')
-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 |