|
|
|
|
|
by ilkkal
1951 days ago
|
|
I’m sure it’s usually just a case of “thinking while typing”, but I find it surprising how often articles about Docker stuff get some basic details a bit wrong. In the very first code example there is a RUN instruction where the author probably meant to have a CMD instruction, and they talk about BuildKit and build cache optimisation even though that was always something to think about, way before BuildKit was a thing. I’m not trying to say I know everything or that the article is wrong or bad, but it’s an observation I’ve made. |
|