Skip to content

Releases: PeterVinter/Manage_linux_docker_containers

Docker Safe Shutdown v1.0.5

18 Nov 21:05
Compare
Choose a tag to compare

Docker Safe Shutdown v1.0.5

Changes in this Release

  • docs: Add GitHub CLI workflow guide (9b60ed9)

Features

  • Safe Docker container shutdown with proper cleanup
  • Automatic container startup on system boot
  • Detailed logging system
  • Error handling and recovery
  • GitHub Actions CI integration

Installation

git clone https://github.com/PeterVinter/linux_docker_container_shutdown.git
cd linux_docker_container_shutdown
chmod +x *.sh

Requirements

  • Docker installed and running
  • Linux operating system
  • Root or sudo privileges

Docker Safe Shutdown v1.0.4

18 Nov 21:01
Compare
Choose a tag to compare

Docker Safe Shutdown v1.0.4

Changes in this Release

  • docs: Add development workflow to README (fe6ad3d)

Features

  • Safe Docker container shutdown with proper cleanup
  • Automatic container startup on system boot
  • Detailed logging system
  • Error handling and recovery
  • GitHub Actions CI integration

Installation

git clone https://github.com/PeterVinter/linux_docker_container_shutdown.git
cd linux_docker_container_shutdown
chmod +x *.sh

Requirements

  • Docker installed and running
  • Linux operating system
  • Root or sudo privileges

Docker Safe Shutdown v1.0.3

18 Nov 20:18
Compare
Choose a tag to compare

Docker Safe Shutdown v1.0.3

Changes in this Release

  • fix: Update release workflow (97aed00)
  • fix: Update repository name in release workflow (f27cbf5)
  • docs: Update version information (432bfa5)
  • docs: Update README with automated release workflow (15d8e44)

Features

  • Safe Docker container shutdown with proper cleanup
  • Automatic container startup on system boot
  • Detailed logging system
  • Error handling and recovery
  • GitHub Actions CI integration

Installation

git clone https://github.com/PeterVinter/linux_docker_container_shutdown.git
cd linux_docker_container_shutdown
chmod +x *.sh

Requirements

  • Docker installed and running
  • Linux operating system
  • Root or sudo privileges

Docker Safe Shutdown v1.0.1

18 Nov 19:58
Compare
Choose a tag to compare

Docker Safe Shutdown v1.0.1

Features

  • Safe Docker container shutdown with proper cleanup
  • Automatic container startup on system boot
  • Detailed logging system for both shutdown and startup processes
  • Error handling and recovery mechanisms
  • GitHub Actions CI integration

Documentation

  • Complete README with installation and usage instructions
  • Contributing guidelines
  • Security policy
  • MIT License

Technical Improvements

  • Shell script best practices implementation
  • Comprehensive error handling
  • Logging system implementation
  • CI/CD pipeline setup

Installation

git clone https://github.com/PeterVinter/docker-safe-shutdown.git
cd docker-safe-shutdown
chmod +x *.sh

Notes

  • Requires Docker to be installed and running
  • Tested on Linux systems
  • Requires root or sudo privileges