DC/OS specific CNI plugins.
This repo hosts the CNI plugins specific to DC/OS. A brief description
of each of the plugins is given below:
The project uses glide
to capture all the golang dependencies into the vendor folder. In order to build the project just do
make
To do a clean build run:
make clean
The build installs the plugins in the bin
folder.