From 355af254db29efa7348701c6d5b24a1da5f49be9 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sun, 15 May 2022 16:31:12 +0800 Subject: [PATCH] [zh] adjust format Signed-off-by: xin.li --- content/zh/docs/concepts/containers/_index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/zh/docs/concepts/containers/_index.md b/content/zh/docs/concepts/containers/_index.md index c627f66f1e..d228125420 100644 --- a/content/zh/docs/concepts/containers/_index.md +++ b/content/zh/docs/concepts/containers/_index.md @@ -15,16 +15,12 @@ run it. Containers decouple applications from underlying host infrastructure. This makes deployment easier in different cloud or OS environments. --> - 每个运行的容器都是可重复的; -包含依赖环境在内的标准,意味着无论您在哪里运行它,您都会得到相同的行为。 +包含依赖环境在内的标准,意味着无论你在哪里运行它都会得到相同的行为。 容器将应用程序从底层的主机设施中解耦。 这使得在不同的云或 OS 环境中部署更加容易。 - - -