Merge pull request #432 from dunjut/master

README: build the plugins using ./build.sh, not ./build
This commit is contained in:
Bryan Boreham
2017-04-21 11:12:49 +01:00
committed by GitHub

View File

@@ -111,7 +111,7 @@ The directory `/etc/cni/net.d` is the default location in which the scripts will
Next, build the plugins:
```bash
$ ./build
$ ./build.sh
```
Finally, execute a command (`ifconfig` in this example) in a private network namespace that has joined the `mynet` network: