Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 674 Bytes

Purpose

This repo hosts the CNI plugins specific to DC/OS. A brief description of each of the plugins is given below:

  • l4lb: A CNI plugin which allows containers in isolated virtual networks to use services provided by Minuteman and Spartan.

Pre-requisites

Build instructions

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.