Change runc location of runc in tutorial.md
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
parent
e22a3c9aea
commit
cbb380c974
1 changed files with 3 additions and 3 deletions
|
@ -36,17 +36,17 @@ This section will walk you through installing the following components:
|
||||||
Download the `runc` release binary:
|
Download the `runc` release binary:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc-linux-amd64
|
wget https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc.amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
Set the executable bit and copy the `runc` binary into your PATH:
|
Set the executable bit and copy the `runc` binary into your PATH:
|
||||||
|
|
||||||
```
|
```
|
||||||
chmod +x runc-linux-amd64
|
chmod +x runc.amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo mv runc-linux-amd64 /usr/bin/runc
|
sudo mv runc.amd64 /usr/bin/runc
|
||||||
```
|
```
|
||||||
|
|
||||||
Print the `runc` version:
|
Print the `runc` version:
|
||||||
|
|
Loading…
Reference in a new issue