1
- # Docker Safe Shutdown
1
+ # Docker Container Management
2
2
3
- ![ License] ( https://img.shields.io/github/license/PeterVinter/linux_docker_container_shutdown )
4
- ![ Last Commit] ( https://img.shields.io/github/last-commit/PeterVinter/linux_docker_container_shutdown )
5
- ![ Stars] ( https://img.shields.io/github/stars/PeterVinter/linux_docker_container_shutdown )
6
- ![ Issues] ( https://img.shields.io/github/issues/PeterVinter/linux_docker_container_shutdown )
3
+ ![ License] ( https://img.shields.io/github/license/PeterVinter/Manage_linux_docker_containers )
4
+ ![ Last Commit] ( https://img.shields.io/github/last-commit/PeterVinter/Manage_linux_docker_containers )
5
+ ![ Stars] ( https://img.shields.io/github/stars/PeterVinter/Manage_linux_docker_containers )
6
+ ![ Issues] ( https://img.shields.io/github/issues/PeterVinter/Manage_linux_docker_containers )
7
7
![ PowerShell] ( https://img.shields.io/badge/PowerShell-%235391FE.svg?style=flat&logo=powershell&logoColor=white )
8
8
![ Docker] ( https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=white )
9
9
[ ![ CI] ( ../../actions/workflows/ci.yml/badge.svg )] ( ../../actions/workflows/ci.yml )
10
10
[ ![ Release] ( ../../actions/workflows/release.yml/badge.svg )] ( ../../actions/workflows/release.yml )
11
- [ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/PeterVinter/docker-safe-shutdown /graphs/commit-activity )
11
+ [ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/PeterVinter/Manage_linux_docker_containers /graphs/commit-activity )
12
12
![ Tests] ( https://img.shields.io/badge/Tests-Passing-success )
13
13
[ ![ made-with-bash] ( https://img.shields.io/badge/Made%20with-Bash-1f425f.svg )] ( https://www.gnu.org/software/bash/ )
14
14
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://makeapullrequest.com )
15
- [ ![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FPeterVinter%2Fdocker-safe-shutdown &count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false )] ( https://hits.seeyoufarm.com )
15
+ [ ![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FPeterVinter%2FManage_linux_docker_containers &count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false )] ( https://hits.seeyoufarm.com )
16
16
17
17
A robust solution for safely shutting down and starting up Docker containers on Linux systems.
18
18
@@ -35,8 +35,8 @@ A robust solution for safely shutting down and starting up Docker containers on
35
35
36
36
1 . Clone the repository:
37
37
``` bash
38
- git clone https://github.com/PeterVinter/docker-safe-shutdown .git
39
- cd docker-safe-shutdown
38
+ git clone https://github.com/PeterVinter/Manage_linux_docker_containers .git
39
+ cd Manage_linux_docker_containers
40
40
```
41
41
42
42
2 . Make the scripts executable:
@@ -76,7 +76,7 @@ Logs are stored in:
76
76
### Project Management
77
77
78
78
We use GitHub Projects to track the development of features and improvements. You can find our project board at:
79
- [ Docker Safe Shutdown Development] ( https://github.com/users/PeterVinter/projects/1/views/1 )
79
+ [ Manage_linux_docker_containers Development] ( https://github.com/users/PeterVinter/projects/1/views/1 )
80
80
81
81
For detailed GitHub CLI commands and workflows, see our [ GitHub CLI Workflow Guide] ( docs/github_cli_workflow.md ) .
82
82
0 commit comments