Discussion about this post

User's avatar
Dan LaMotte's avatar

100x everytime I write a shell script, I regret it later. But you'll never take `make` away from me (I know folks have tried, but I haven't found a similarly elegant system; not for lack of trying, lots of terrible renditions on the old tool).

Expand full comment
jose sanchez's avatar

yeah there is, small nit: `docker container ps -a | cut -f1 -d\ | grep -v CONTAINER` is the same as `docker ps -a -q`

Expand full comment
6 more comments...

No posts