From 22df65add91ce6dfed8fc927c8ea6eb6bc51a167 Mon Sep 17 00:00:00 2001 From: markmental Date: Mon, 24 Nov 2025 11:37:58 -0500 Subject: [PATCH] Document docker interaction tweaks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48bb193..2938f81 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,13 @@ It offers a clean, interactive menu for common Docker operations like pulling im - πŸ”Ή **Interactive container management** β€” start, stop, remove, or attach to containers with simple numbered menus. - πŸ”Ή **Port mapping made clear** β€” automatically prompts for and explains host ↔ container port bindings. -- πŸ”Ή **Image operations** β€” pull, list, and delete Docker images. +- πŸ”Ή **Image operations** β€” pull, list, and delete Docker images; curated pull list (Debian, Ubuntu, Rocky Linux, Alpine) plus a custom entry to grab common bases without retyping them. - πŸ”Ή **Script-to-image workflow** β€” turn a bash setup script into a Dockerfile and build the resulting image in one go. - πŸ”Ή **Quick MySQL setup** β€” spin up a MySQL container with version, password, and port configuration in seconds. - πŸ”Ή **Get container IP address** β€” cleanly retrieves and displays only the container’s assigned IP. - πŸ”Ή **Run detached commands** β€” execute background jobs inside a container without attaching an interactive shell. - πŸ”Ή **Modern C++ design** β€” built with classes, minimal dependencies, and clear abstractions. +- πŸ”Ή **Interactive run flow** β€” lists pulled images with numeric selection, allows entering a custom image name, and keeps the port-mapping explanation in place before launching `/bin/sh`. ---