Fix wrong grammar

Change-Id: I1cdf6ad68d2d5bc3c32c1dd2c696f432e65ff8f2
This commit is contained in:
baiwenteng 2018-02-09 15:44:26 +08:00
parent 2e4b3d3f91
commit d19610946e
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Clear Containers in Zun
Zun now supports running Clear Containers with regular Docker containers.
Clear containers run containers as very lightweight virtual machines
which boots up really fast and has low memory footprints. It provides
which boot up really fast and has low memory footprints. It provides
security to the containers with an isolated environment. You can read
more about Clear Containers `here <https://github.com/clearcontainers/runtime/wiki>`_.
@ -33,4 +33,4 @@ To create Clear Containers with Zun, specify the `--runtime` option::
.. note::
Clear Containers support in Zun is not production ready. It is recommended
not to run Clear Containers and runc containers on the same host.
not to running Clear Containers and runc containers on the same host.

View File

@ -16,7 +16,7 @@
======================
This is the demo for Zun integrating with osprofiler. `Zun
<https://wiki.openstack.org/wiki/Zun>`_ is a OpenStack container
<https://wiki.openstack.org/wiki/Zun>`_ is an OpenStack container
management services, while `OSProfiler
<https://docs.openstack.org/osprofiler/latest/>`_ provides
a tiny but powerful library that is used by most OpenStack projects and

View File

@ -17,7 +17,7 @@ If the Scheduler cannot find candidates for the container, it means that
there are no appropriate host where that container can be scheduled.
The Filter Scheduler has a set of ``filters`` that are built-in. If the
built-in filters is insufficient, you can implement your own filters with your
built-in filters are insufficient, you can implement your own filters with your
filtering algorithm.
There are many standard filter classes which may be used