项目作者: dcos

项目描述 :
DC/OS specific CNI plugins.
高级语言: Go
项目地址: git://github.com/dcos/dcos-cni.git
创建时间: 2017-04-11T20:50:54Z
项目社区:https://github.com/dcos/dcos-cni

开源协议:

下载


Purpose

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

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

  1. make

To do a clean build run:

  1. make clean

The build installs the plugins in the bin folder.