Open mccalluc opened 7 years ago
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#minimize-the-number-of-layers
In earlier versions I guess this was more important because of some hard limits in Docker, but it still might make sense to combine the seds: They don't each need their own layer.
sed
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#minimize-the-number-of-layers
In earlier versions I guess this was more important because of some hard limits in Docker, but it still might make sense to combine the
sed
s: They don't each need their own layer.