QuarterDuplex 10 days ago

OK but is there any way to layer docker files? I'm not talking about compose, I mean like combining layers from different dockers in a nice way?

2
brigandish 10 days ago

That sounds like multi-stage builds https://docs.docker.com/build/building/multi-stage/

QuarterDuplex 10 days ago

or more like combining steps without explicitly having to combine layers?