Merge pull request #759 from mbssaiakhil/patch-1

Fix Typo in cri-o README
This commit is contained in:
Mrunal Patel 2017-08-15 08:17:07 -07:00 committed by GitHub
commit c067fbbbe2
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
## What is not in scope for this project?
* Building, signing and pushing images to various image storages
* A CLI utility for interacting with cri-o. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backwards compatibility with it.
* A CLI utility for interacting with cri-o. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backward compatibility with it.
This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers.
@ -70,7 +70,7 @@ For sync communication we have an IRC channel #cri-o, on chat.freenode.net, that
### Prerequisites
Latest verion of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio.
Latest version of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio.
### Build Dependencies