top | item 35710987

(no title)

sgsag33 | 2 years ago

I would do that up front with a tailered CI job image I would reuse instead of creating it each time again?!

discuss

order

Taywee|2 years ago

Yes, there are other ways to do it, but adding another tool as an option is good, too. Being able to nest containers makes composeability a little bit better, too. For instance, if I want an image that effectively has multiple base images, instead, I can just run both base images in containers inside of the parent container. You can bundle a lot of related containers into an arbitrary app container. It's a natural expression of programming composition into a containerization context, in my opinion.

Containers being nestable components makes a lot of natural wants much more natural to express.