Revert "Introduce custom Jekyll tags for better glossary integration" (#6160)

This reverts commit 46d9cbe5ae.
This commit is contained in:
Jessica Yao
2017-11-02 14:07:26 -07:00
committed by Zach Corleissen
parent aaffdb8ca4
commit f3edbd3822
51 changed files with 197 additions and 546 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
id: container
name: Container
full-link: /docs/concepts/overview/what-is-kubernetes/#why-containers
tags:
- fundamental
- workload
short-description: >
short-description: |
A lightweight and portable executable image that contains software and all of its dependencies.
long-description: >
long-description: |
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.