A Justfile for Docker
Each new project I start ends up needing a dedicated container for CI. Some then accumulate additional containers for other CI jobs.
Remembering the commands to build and publish these containers usually became a game of grepping the shell history in search of the correct commands. After doing this too many times, I now have a Justfile to store these commands.