Bash Script to manage Docker Containers with private registry
Find a file
2025-09-05 23:43:22 +02:00
dmt.sh Initial Commit 2025-09-05 23:33:49 +02:00
README.md README.md updated 2025-09-05 23:43:22 +02:00

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.