Skip to content

Commit 77561e9

Browse files
authored
Merge pull request cri-o#1264 from wking/test-readme-plugins-moved-from-cni
test/README: Update the CNI plugins instructions for /cni → /plugins
2 parents cbfdda8 + 282b900 commit 77561e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ You will also need to install the [CNI](https://github.com/containernetworking/c
4141
the the default pod test template runs without host networking:
4242

4343
```
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 \
44+
$ cd "$GOPATH/src/github.com/containernetworking"
45+
$ git clone https://github.com/containernetworking/plugins.git
46+
$ cd plugins
47+
$ git checkout -q dcf7368eeab15e2affc6256f0bb1e84dd46a34de
48+
$ ./build.sh
49+
$ mkdir -p /opt/cni/bin
4950
$ cp bin/* /opt/cni/bin/
5051
```
5152

0 commit comments

Comments
 (0)