Add bundle documentation
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
59093a22d0
commit
b3645c066d
2 changed files with 301 additions and 1 deletions
11
README.md
11
README.md
|
@ -13,8 +13,17 @@ What does alpha, beta, etc mean?
|
|||
* beta - feature complete but needs testing
|
||||
* prod ready - read for production
|
||||
|
||||
## Docs
|
||||
|
||||
# Performance
|
||||
For more documentation on various subjects refer to the `/docs` directory in this repository.
|
||||
|
||||
## Building
|
||||
|
||||
To build the daemon you will need to cd into the `containerd` directory in the respository and type `make`.
|
||||
You will need to make sure that you have Go installed on your system and the containerd repository is cloned
|
||||
in your `$GOPATH`. You will also need to make sure that you have all the depedencies cloned as well.
|
||||
|
||||
## Performance
|
||||
|
||||
Starting 1000 containers concurrently runs at 126-140 containers per second.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue