[zh] Sync glossary reference

This commit is contained in:
Qiming Teng
2020-12-01 18:02:40 +08:00
parent dba6763d09
commit b9d2bbdb00
14 changed files with 145 additions and 115 deletions
@@ -13,7 +13,6 @@ tags:
---
<!--
---
title: Container
id: container
date: 2018-04-12
@@ -25,20 +24,17 @@ aka:
tags:
- fundamental
- workload
---
-->
<!--
A lightweight and portable executable image that contains software and all of its dependencies.
-->
容器是可移植、可执行的轻量级的镜像,包含其中的软件及其相关依赖。
容器是可移植、可执行的轻量级的镜像,包含其中的软件及其相关依赖。
<!--more-->
<!--
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.
-->
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。