Containerize

This commit is contained in:
Bob Mottram 2016-03-22 17:07:52 +00:00
parent 63954cae4c
commit 41ac7f49cb

6
entries/containerize.txt Normal file
View File

@ -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.