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.
Latest Answers