Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
m463
on July 12, 2020
|
parent
|
context
|
favorite
| on:
Ask HN: What's the worst piece of software you use...
I think the idea of a docker file is brilliant.
But one pattern I see all the time is:
RUN foo && bar && bletch && ...
They should have a way of achieving the same thing (just one layer) without multiple commands and added to the same line
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But one pattern I see all the time is:
They should have a way of achieving the same thing (just one layer) without multiple commands and added to the same line