mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Change references to cri-o to point at new repository
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1425 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
f0c962282b
commit
6f2bd8d795
@ -61,8 +61,8 @@ and make libpod.
|
||||
```console
|
||||
$ export GOPATH=~/go
|
||||
$ mkdir -p $GOPATH
|
||||
$ git clone https://github.com/kubernetes-incubator/cri-o $GOPATH/src/github.com/kubernetes-incubator/cri-o
|
||||
$ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o
|
||||
$ git clone https://github.com/kubernetes-sigs/cri-o $GOPATH/src/github.com/kubernetes-sigs/cri-o
|
||||
$ cd $GOPATH/src/github.com/kubernetes-sigs/cri-o
|
||||
$ mkdir bin
|
||||
$ make bin/conmon
|
||||
$ sudo install -D -m 755 bin/conmon /usr/libexec/podman/conmon
|
||||
|
Reference in New Issue
Block a user