eli5: Dockerization and docker files

461 viewsOtherTechnology

Understand the idea of “packaging” code to some degree, but why would this process need to be done? What is being resused and changing in the process to require scalability and efficiency that is described with the benefits of dockerization? It’s just not registering. Thanks.

In: Technology

7 Answers

Anonymous 0 Comments

In addition to what everyone else is saying, I think another strength that Docker has is it’s scripting language for actually creating the images. This makes it way easier to understand what steps are being taken to construct the image, and makes it possible to review changes to the image in code review.

You are viewing 1 out of 7 answers, click here to view all answers.