podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

add support for network_mode: none, and arg change: --no-pod -> --pod

Open rtgiskard opened this issue 3 years ago • 2 comments

rtgiskard avatar Aug 27 '22 13:08 rtgiskard

I want pod to be true, false, auto where auto is false for podman 3.x and true 4.x and the default is false in podman-compose 1.0.x and the default is auto for 1.1.x

muayyad-alsadi avatar Aug 28 '22 07:08 muayyad-alsadi

As pod is a feature of podman, traditional docker-compose do not have the concept, for consistent behavior, it should be specified explicitly if desired. But if it's a better practice, current behaviour may be better.

Or maybe a default configuration file can be load if exist, I'd like to have some default options in the configurarion like which or even multiple compose file to load, some of the default podman args and etc.

rtgiskard avatar Aug 28 '22 09:08 rtgiskard