Merge pull request #171 from containernetworking/build-instructions
Add build instructions
This commit is contained in:
commit
1562a1e60e
@ -26,9 +26,14 @@ are very busy and read the mailing lists.
|
|||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
- Fork the repository on GitHub
|
- Fork the repository on GitHub
|
||||||
- Read the [README](README.md) for build and test instructions
|
|
||||||
- Play with the project, submit bugs, submit pull requests!
|
- Play with the project, submit bugs, submit pull requests!
|
||||||
|
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Each plugin is compiled simply with `go build`. A script, `build.sh`,
|
||||||
|
is supplied which will build all the plugins in the repo.
|
||||||
|
|
||||||
## Contribution workflow
|
## Contribution workflow
|
||||||
|
|
||||||
This is a rough outline of how to prepare a contribution:
|
This is a rough outline of how to prepare a contribution:
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
# plugins
|
# plugins
|
||||||
Some CNI network plugins, maintained by the containernetworking team. For more information, see the individual READMEs.
|
Some CNI network plugins, maintained by the containernetworking team. For more information, see the individual READMEs.
|
||||||
|
|
||||||
|
Read [CONTRIBUTING](CONTRIBUTING.md) for build and test instructions.
|
||||||
|
|
||||||
## Plugins supplied:
|
## Plugins supplied:
|
||||||
### Main: interface-creating
|
### Main: interface-creating
|
||||||
* `bridge`: Creates a bridge, adds the host and the container to it.
|
* `bridge`: Creates a bridge, adds the host and the container to it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user