{"id":26612384,"url":"https://github.com/kgelli/docker_automation_bash_scripting","last_synced_at":"2025-08-24T13:07:15.335Z","repository":{"id":269940646,"uuid":"908915903","full_name":"kgelli/Docker_Automation_Bash_Scripting","owner":"kgelli","description":"Docker Management System - A comprehensive Bash script providing a user-friendly interface for managing Docker containers, images, volumes, and networks via a terminal-based menu system.","archived":false,"fork":false,"pushed_at":"2024-12-27T09:38:47.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T03:18:08.139Z","etag":null,"topics":["automation","containerization","developer-tools","devops","docker","docker-compose","docker-management","infrastructure-as-code","shell-script","sysadmin"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kgelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-27T09:32:12.000Z","updated_at":"2025-03-04T01:46:01.000Z","dependencies_parsed_at":"2024-12-27T10:37:16.697Z","dependency_job_id":null,"html_url":"https://github.com/kgelli/Docker_Automation_Bash_Scripting","commit_stats":null,"previous_names":["kgelli/docker_automation_script","kgelli/docker_automation_bash_scripting"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgelli%2FDocker_Automation_Bash_Scripting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgelli%2FDocker_Automation_Bash_Scripting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgelli%2FDocker_Automation_Bash_Scripting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgelli%2FDocker_Automation_Bash_Scripting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kgelli","download_url":"https://codeload.github.com/kgelli/Docker_Automation_Bash_Scripting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgelli%2FDocker_Automation_Bash_Scripting/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259159660,"owners_count":22814494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","containerization","developer-tools","devops","docker","docker-compose","docker-management","infrastructure-as-code","shell-script","sysadmin"],"created_at":"2025-03-24T03:18:14.893Z","updated_at":"2025-06-10T22:05:01.135Z","avatar_url":"https://github.com/kgelli.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Management System\n\nA comprehensive command-line interface tool for managing Docker containers, images, volumes, and networks. This script provides an interactive menu-driven interface to perform common Docker operations without needing to remember complex Docker commands.\n\n## Features\n\n### Container Management\n- Start, stop, restart, pause, and unpause containers\n- View container logs with customizable options\n- Display detailed container information\n- Remove containers with volume and force options\n- Monitor container statistics\n- Execute commands inside containers\n- Access container shells (bash/sh)\n- View container processes\n- Export and rename containers\n\n### Image Management\n- List available images\n- Pull new images from registries\n- Remove images with force option\n- View image history and details\n- Build images from Dockerfiles\n- Tag and save images\n- Load images from files\n\n### Volume Management\n- List, create, and remove volumes\n- View volume details\n- Prune unused volumes\n\n### Network Management\n- List available networks\n- Create networks with custom drivers\n- Remove networks\n- View network details\n- Connect/disconnect containers to/from networks\n\n### System Operations\n- View system information\n- Monitor disk usage\n- Perform system cleanup\n- View Docker version\n- Monitor Docker events\n\n## Prerequisites\n\n- Docker installed and running on your system\n- Bash shell\n- Basic understanding of Docker concepts\n\n## Installation\n\n1. Download the script:\n```bash\ncurl -O https://raw.githubusercontent.com/username/docker-automation-script/master/docker_automation.sh\n```\n\n2. Make the script executable:\n```bash\nchmod +x docker_automation.sh\n```\n\n## Usage\n\nRun the script:\n```bash\n./docker_automation.sh\n```\n\nUse the numbered menu to select the desired operation. Follow the prompts to provide necessary information for each operation.\n\n## Menu Structure\n\nThe menu is organized into five main sections:\n\n1. Container Management (Options 1-16)\n2. Image Management (Options 17-25)\n3. Volume Management (Options 26-30)\n4. Network Management (Options 31-36)\n5. System Operations (Options 37-41)\n\n## Color Coding\n\nThe interface uses color coding for better visibility:\n- Blue: Headers and prompts\n- Yellow: Menu options\n- Green: Success messages\n- Red: Error messages and warnings\n\n## Error Handling\n\nThe script includes basic error handling for Docker operations. Failed operations will display appropriate error messages in red.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgelli%2Fdocker_automation_bash_scripting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkgelli%2Fdocker_automation_bash_scripting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgelli%2Fdocker_automation_bash_scripting/lists"}