https://github.com/dcos/dcos-cni
DC/OS specific CNI plugins.
https://github.com/dcos/dcos-cni
dcos dcos-networking-guild
Last synced: 4 days ago
JSON representation
DC/OS specific CNI plugins.
- Host: GitHub
- URL: https://github.com/dcos/dcos-cni
- Owner: dcos
- Created: 2017-04-11T20:50:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T20:16:13.000Z (about 7 years ago)
- Last Synced: 2024-04-09T22:30:07.241Z (about 1 year ago)
- Topics: dcos, dcos-networking-guild
- Language: Go
- Size: 851 KB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose
This repo hosts the CNI plugins specific to DC/OS. A brief description
of each of the plugins is given below:* [plugins/l4lb](plugins/l4lb/README.md): A CNI plugin which allows containers in isolated virtual networks to use services provided by [Minuteman](https://github.com/dcos/minuteman) and [Spartan](https://github.com/dcos/spartan).
# Pre-requisites
* GoLang 1.6+
* [Glide](https://github.com/Masterminds/glide)# 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.