JargonFile/entries/containerize.txt

7 lines
303 B
Plaintext
Raw Normal View History

2016-03-22 13:07:52 -04:00
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.