4 Commits

Author SHA1 Message Date
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
3618385fe9 feat: Enhance Docker cleanup script (#7)
This commit introduces several improvements to the Docker cleanup script:

- Adds a verbose mode to print detailed messages during the cleanup process.
- Implements a dry run mode to simulate the cleanup without actually removing any resources.
- Improves the container, image, volume, and network cleanup functions to better handle the cleanup process and provide more informative output.
- Adds a summary of the cleanup results at the end of the script.
- Includes a help message to explain the available options.
- Refactors the script to improve readability and maintainability.

The main goal of these changes is to provide a more user-friendly and robust Docker cleanup solution.
2024-09-26 10:48:56 -05:00
Christopher
1abd516cd2 Add link to blog post in README.md 2023-11-15 15:28:22 -06:00
Christopher
504fb592ae Add Docker cleanup script and README 2023-11-15 13:27:48 -06:00