Modularizing Docker Imagesby@arvindkgs
960 reads

Modularizing Docker Images

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Docker is a containerization technology that allows an application to run in an isolated environment while being bundled with all the dependencies it needs to run. It provides a standard way to run applications in a server agnostic manner. Buildpacks is tool that provide a modular way of adding arbitrary content and behavior into an image, while ensuring its manageable, auditable, repeatable and reliable. The basic flow is: Creating a docker file is not standardized, as developers can create images with arbitrary base image and without proper versioning.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Modularizing Docker Images
Arvind Kumar GS HackerNoon profile picture

@arvindkgs

Arvind Kumar GS

Passionate software developer, Linux enthusiast, clean code crusader, DIY advocate, Tech Evangelist


Receive Stories from @arvindkgs

react to story with heart
Arvind Kumar GS HackerNoon profile picture
by Arvind Kumar GS @arvindkgs.Passionate software developer, Linux enthusiast, clean code crusader, DIY advocate, Tech Evangelist
Read My Stories

RELATED STORIES

L O A D I N G
. . . comments & more!