We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbfdda8 + 282b900 commit 77561e9Copy full SHA for 77561e9
test/README.md
@@ -41,11 +41,12 @@ You will also need to install the [CNI](https://github.com/containernetworking/c
41
the the default pod test template runs without host networking:
42
43
```
44
-$ go get github.com/containernetworking/cni
45
-$ cd "$GOPATH/src/github.com/containernetworking/cni"
46
-$ git checkout -q d4bbce1865270cd2d2be558d6a23e63d314fe769
47
-$ ./build.sh \
48
-$ mkdir -p /opt/cni/bin \
+$ cd "$GOPATH/src/github.com/containernetworking"
+$ git clone https://github.com/containernetworking/plugins.git
+$ cd plugins
+$ git checkout -q dcf7368eeab15e2affc6256f0bb1e84dd46a34de
+$ ./build.sh
49
+$ mkdir -p /opt/cni/bin
50
$ cp bin/* /opt/cni/bin/
51
52
0 commit comments