Add cross-references to fundamental concepts (#18092)

This commit is contained in:
Tim Bannister
2020-03-16 05:30:35 +00:00
committed by GitHub
parent ec909fd010
commit d341eee62e
21 changed files with 64 additions and 47 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ aka:
tags:
- fundamental
---
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.
<!--more-->
<!--more-->
A way of packaging software that allows it to be stored in a container registry, pulled to a local system, and run as an application. Meta data is included in the image that can indicate what executable to run, who built it, and other information.