Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #852: 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.
- Loading branch information