"plugin "ipvlan" not found" Displayed During the IPVLAN Network Creation for Container
Symptom
When the IPVLAN network is created for the container, 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.
vi /etc/docker/daemon.json
- In the daemon.json file, change the value of experimental to true as follows:
{ "experimental": true } - Restart the Docker service.
systemctl restart docker
Parent topic: Docker & Kubernetes