Skip to content

Commit 83d9c78

Browse files
authored
Merge pull request #4 from PeterVinter/feature/rename-repository
feat!: Rename repository to Manage_linux_docker_containers
2 parents 3abc8fe + f4e9b75 commit 83d9c78

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7474
- Implemented security reporting process
7575
- Added recommended privileges documentation
7676

77+
[v1.0.10]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.10
7778
[v1.0.9]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.9
7879
[v1.0.8]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.8
7980
[v1.0.7]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.7

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ A comprehensive solution for managing Docker containers on Linux systems, includ
2424
- Automated changelog generation
2525
- Comprehensive documentation
2626

27-
## Features
27+
## Features
2828

29-
- 🛑 Safe shutdown of Docker containers with proper cleanup
30-
- 🚀 Automatic container startup on system boot
31-
- 📝 Detailed logging of all operations
32-
- 🔄 Error handling and recovery
33-
- 🔍 Container status monitoring
34-
- Performance optimization
29+
- Safe shutdown of Docker containers with proper cleanup
30+
- Automatic container startup on system boot
31+
- Detailed logging of all operations
32+
- Error handling and recovery
33+
- Container status monitoring
34+
- Performance optimization
3535

36-
## 📋 Prerequisites
36+
## Prerequisites
3737

3838
- Linux operating system
3939
- Docker installed and running
4040
- Bash shell (version 4.0+)
4141
- Root or sudo privileges
4242

43-
## 🚀 Installation
43+
## Installation
4444

4545
1. Clone the repository:
4646
```bash
@@ -53,7 +53,7 @@ cd Manage_linux_docker_containers
5353
chmod +x *.sh
5454
```
5555

56-
## 🎯 Usage
56+
## Usage
5757

5858
### Starting Containers
5959
```bash
@@ -65,15 +65,15 @@ chmod +x *.sh
6565
./docker_safe_shutdown.sh
6666
```
6767

68-
## ⚙️ Configuration
68+
## Configuration
6969

7070
The scripts can be configured by modifying the following variables:
7171

7272
- `TIMEOUT`: Maximum time to wait for container shutdown
7373
- `LOG_FILE`: Location of log files
7474
- `CONTAINER_LIST`: List of containers to manage
7575

76-
## 📊 Logging
76+
## Logging
7777

7878
Logs are stored in:
7979
- `startup_logs.txt`: Container startup logs

0 commit comments

Comments
 (0)