From 366431fc66227a19f86a712e8cb42f00b4358a0d Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Wed, 8 Mar 2023 09:45:51 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2334be0..f99eb05 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ Collection of autoupdate scripts for a bunch of linux and docker services ```bash sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/deb-flared-update.sh)" ``` + +## Update all Docker Containers +- Please note that this script automatically updates the containers when a new image is available. Make sure that you have backed up all important data from the containers beforehand and that you consider possible effects on your applications. + +```bash +sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/update_docker_containers.sh)" +```