Created glossary term for image.

This commit is contained in:
Chris Negus
2017-12-05 14:24:36 -06:00
parent 16f6a61596
commit 74f80841af
+9
View File
@@ -0,0 +1,9 @@
id: image
name: Image
tags:
- fundamental
short-description: >
Stored instance of a container that holds a set of software needed to run an application.
long-description: >
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.