This project aims to automate the process of updating Docker containers in your environment.
- Automatically checks for updates to Docker containers
- Pulls the latest images from the Docker registry
- Stops and restarts containers with the updated images
- Provides detailed logs and notifications
- Clone the repository:
git clone https://github.com/your-username/update-docker-containers.git
- Install the required dependencies:
npm install
- Configure the project settings in the
config.js
file - Run the application:
npm start
- The application will automatically check for updates and perform the necessary actions based on the configuration.
- You can customize the behavior by modifying the
config.js
file.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.