Just curious to see if I can tune my tmpfs to container VM ratio. Discovered a way to sum up all the containers for a given docker compose file. #docker #commandlinemagic #nichetips
Niche GitHub cli / jq tip: you can pretty much turn anything in jq into an interpolated string. Just pipe the data into a double-quoted string and escape the fields using "\(.FIELD_NAME)". Also good to see that GitHub CLI help now lists all the JSON fields that are available for a given command.

