From deef42e84988e8fa52c4fe69994038a2cde8f630 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sat, 4 Mar 2017 15:22:54 +0800 Subject: [PATCH] update init-containers.md add one word. --- docs/concepts/abstractions/init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/abstractions/init-containers.md b/docs/concepts/abstractions/init-containers.md index 89738eef56..4be8890e48 100644 --- a/docs/concepts/abstractions/init-containers.md +++ b/docs/concepts/abstractions/init-containers.md @@ -67,7 +67,7 @@ have some advantages for start-up related code: `sed`, `awk`, `python`, or `dig` during setup. * The application image builder and deployer roles can work independently without 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 access. * They run to completion before any app Containers start, whereas app