|
|
|
|
|
by lrvick
1254 days ago
|
|
I ship a Dockerfile and Makefile with every single project that contains absolutely everything I need to build, test, and debug that codebase. I cd to a project and run "make shell" and I am back in a docker container with every tool and the current working directory mounted in it with permissions all mapped 1/1, scripts in path, etc. The only tools I need on a dev machine are an editor, a browser, a container runtime, and make. |
|