Merge pull request #158 from estesp/correct-readme
Update README.md to correct comment about spec and user
This commit is contained in:
commit
d6a23c7ee3
|
@ -208,8 +208,8 @@ To test using Docker's `busybox` image follow these steps:
|
||||||
mkdir rootfs
|
mkdir rootfs
|
||||||
tar -C rootfs -xf busybox.tar
|
tar -C rootfs -xf busybox.tar
|
||||||
```
|
```
|
||||||
* Create a file called `config.json` using the example from above.
|
* Create a file called `config.json` using the example from above. You can also
|
||||||
Modify the `user` property to be `root`.
|
generate a spec using `runc spec`, redirecting the output into `config.json`
|
||||||
* Execute `runc` and you should be placed into a shell where you can run `ps`:
|
* Execute `runc` and you should be placed into a shell where you can run `ps`:
|
||||||
```
|
```
|
||||||
$ runc
|
$ runc
|
||||||
|
|
Loading…
Reference in New Issue