Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nitpicking: Why pull separately? it will pull if no image stored locally or even if the `docker-compose.yml` changed.


Stale images can be a reason. If I specify `image: foo:latest`, then push new versions, it won't automatically pull new versions unless you do an explicit pull.


Two reasons I've done this in my own Makefiles: predictable start times, and separation of failure-prone steps.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: