Rate This Document
Findability
Accuracy
Completeness
Readability

"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

  1. Open the daemon.json file.
    vi /etc/docker/daemon.json
  2. In the daemon.json file, change the value of experimental to true as follows:
    {
       "experimental": true
    }
  3. Restart the Docker service.
    systemctl restart docker