update glossary

This commit is contained in:
jialaijun
2020-11-27 08:57:08 +08:00
parent 10c09ed849
commit ad8b32ffce
71 changed files with 723 additions and 658 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
---
title: 镜像
title: Image镜像
id: image
date: 2018-04-12
full_link:
@@ -27,10 +27,10 @@ tags:
-->
<!--
Stored instance of a container that holds a set of software needed to run an application.
Stored instance of a {{< glossary_tooltip term_id="container" >}} that holds a set of software needed to run an application.
-->
镜像是保存的容器实例,它打包了应用运行所需的一组软件。
镜像是保存的{{< glossary_tooltip text="容器" term_id="container" >}}实例,它打包了应用运行所需的一组软件。
<!--more-->