Y
Hacker News
new
|
ask
|
show
|
jobs
by
QuarterDuplex
433 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 comments
brigandish
433 days ago
That sounds like multi-stage builds
https://docs.docker.com/build/building/multi-stage/
link
QuarterDuplex
433 days ago
or more like combining steps without explicitly having to combine layers?
link