Bash Script to manage Docker Containers with private registry
|
|
||
|---|---|---|
| dmt.sh | ||
| README.md | ||
Docker Management Tool
Disclaimer
This tool is currently WIP and not in a great state, but it is usable.
Why
I wanted to create a script with arguments and TUI options to download Docker images from remote repositories, do some stuff with them and then push them to my own registry
Requirements
- bash
- "Gum" from Charmbracelet
Usage
For TUI-Mode:
# just call it without any arguments
./dmt.sh
For use with arguments/non-interactive:
./dmt.sh <argument> <maybe 2nd argument> # see help for more details
What is planned?
Currently this script just pull, tag and upload the image. In the future it is planned to scan the images for CVE's with Grype and also to scan them with clamav for Malware to ensure the images are clean.