podman-compose
podman-compose copied to clipboard
fix(ipam_driver): do not pass --ipam-driver option when value set to …
…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.
Sorry for the push force. Nothing changed in patch except commit message to refer to the new issue #852 according to CONTRIBUTING.md.
Rebased and adjusted commit message.
@fccagou Sorry for the delay. I haven't noticed that you've force pushed with the fixes.