update init-containers.md

add one word.
reviewable/pr2564/r3
Xiaoyu Zhang 2017-03-04 15:22:54 +08:00 committed by Andrew Chen
parent 1c5e5248ad
commit deef42e849
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ have some advantages for start-up related code:
`sed`, `awk`, `python`, or `dig` during setup. `sed`, `awk`, `python`, or `dig` during setup.
* The application image builder and deployer roles can work independently without * The application image builder and deployer roles can work independently without
the need to jointly build a single app image. the need to jointly build a single app image.
* They use Linux namespaces so they have a different filesystem view from app Containers. * They use Linux namespaces so that they have a different filesystem view from app Containers.
Consequently, they can be given access to Secrets that app Containers are not able to Consequently, they can be given access to Secrets that app Containers are not able to
access. access.
* They run to completion before any app Containers start, whereas app * They run to completion before any app Containers start, whereas app