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

I use Makefiles extensively for Docker, all sorts of individual projects (it's much easier to "make serve" than remember the specific invocation for getting a dev server up when you use multiple programming languages) and, of late, for Azure infrastructure deployments:

- https://github.com/rcarmo/azure-docker-swarm-cluster/blob/ma...

- https://github.com/rcarmo/azure-acme-foundation/blob/master/...



i (and people at work) do the same thing! i find it really easy to work with docker/k8s/helm/compose with Makefiles.

one tip -- remember to use .PHONY on your targets -- https://www.gnu.org/software/make/manual/html_node/Phony-Tar...




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

Search: