containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
5.01k stars 477 forks source link

fix(ipam_driver): do not pass --ipam-driver option when value set to … #851

Closed fccagou closed 5 months ago

fccagou commented 7 months ago

…default

podman returns unsupported ipam driver "default" when --imap-driver default parameter is passed.

So, when ipam driver is set to "default" in docker-compose.yml, --imap-driver must not be used when podman is called.

fccagou commented 7 months ago

Sorry for the push force. Nothing changed in patch except commit message to refer to the new issue #852 according to CONTRIBUTING.md.

p12tic commented 5 months ago

Rebased and adjusted commit message.

p12tic commented 5 months ago

@fccagou Sorry for the delay. I haven't noticed that you've force pushed with the fixes.