Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
docs: Simplify call to "virtcontainers-setup.sh".
Browse files Browse the repository at this point in the history
Call "virtcontainers-setup.sh" without using the intermediate and
reduntant su(1).

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Apr 11, 2017
1 parent cc9656e commit bb41d46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/virtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ _Build and setup your environment_
```
$ cd $GOPATH/src/github.com/containers/virtcontainers
$ go build -o virtc hack/virtc/main.go
$ sudo su
# ./utils/virtcontainers-setup.sh
$ sudo ./utils/virtcontainers-setup.sh
```

`virtcontainers-setup.sh` setup your environment performing different tasks. Particularly, it creates a __busybox__ bundle, and it creates CNI configuration files needed to run `virtc` with CNI plugins.
Expand Down

0 comments on commit bb41d46

Please sign in to comment.