Failed to Create an IPvlan Network for a Container
Symptom
Failed to create the IPvlan network for the container and the message "plugin 'ipvlan' not found" is displayed.

Key Process and Cause Analysis
The container does not support IPvlan. You need to configure the container to support IPvlan.
Conclusion and Solution
- Open the daemon.json file.
vim /etc/docker/daemon.json
- Change the field as following:
{ "experimental": true } - Press Esc, type :wq!, and press Enter to save the file and exit.
- Restart the Docker service.
Parent topic: Container