podman-compose
podman-compose copied to clipboard
podman-compose did not process ipvlan_mode option in the docker-compose.
Hi,
I am trying to migration to podman so, I ran it with docker-compose file I have used docker-compose. by the way, it complain as follow.
Error: unsupported ipvlan network option ipvlan_mode
BR, Mark
In case anyone else ends up here, likely because podman expects an option called mode for both ipvlan and macvlan not ipvlan_mode.
This resolved the error above when attempting to create network via cli.