Update README.md

This commit is contained in:
Robert @ Tech Addressed 2023-11-05 04:46:11 +00:00
parent defb708861
commit e99c236d98
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ This bash script is designed to simplify managing Docker, including features lik
- Container Image Clean-Up: The script checks for any unnecessary outdated container images and removes them to free up disk space.
### LIMITATIONS
At this time, the script is designed / tested to ONLY update containers created from publicly available images. Backing up containers created from non-public images should work perfectly fine, however, updating containers that aren't created from publicly available images is not likely to work.
### HOW TO USE THIS SCRIPT
If you require detailed instructions / examples on how to use this script, please refer to my comprehensive tutorial - COMING SOON - that covers everything you need to know including setup, configuration, and common use cases.