From 41ac7f49cb9a0a681b38587f03ce0993824c64de Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Mar 2016 17:07:52 +0000 Subject: [PATCH] Containerize --- entries/containerize.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 entries/containerize.txt diff --git a/entries/containerize.txt b/entries/containerize.txt new file mode 100644 index 0000000..93fb13e --- /dev/null +++ b/entries/containerize.txt @@ -0,0 +1,6 @@ +containerize + +To install an application within a container, as a way of redistributing it. +This became fashionable with the appearance of Docker and has the advantage +of the developer being able to exactly specify and reproduce the environment +under which the code will run, thereby aiding reliability.