Hacker News new | ask | show | jobs
by leetrout 2168 days ago
So this is for me to easily manage all my linters, formatters and such in one image from a group of upstream, published images, right?
1 comments

Looks like it. When developer tooling causes conflicts to install globally and tricky to configure with the project (say phpunit) then this can all be taken care of by building it within a docker container. However if the linting also dependent on a specific version of a programming language to test its code now you are no longer testing the production environment.