From 5c9877bcb631ff4c5bc86413a2b5c48d50dcaa5e Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 29 Jun 2022 12:32:17 +0200 Subject: [PATCH] Docker: Update arm64 and armv7 README files --- docker/examples/arm64/README | 6 ++++-- docker/examples/armv7/README | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docker/examples/arm64/README b/docker/examples/arm64/README index 1cfa604ab..220eb1bd0 100644 --- a/docker/examples/arm64/README +++ b/docker/examples/arm64/README @@ -131,8 +131,10 @@ from Docker Hub and restart your instance in the background: Pulling a new version can take several minutes, depending on your internet connection speed. -Note that running an image with ":latest" tag does not cause Docker to -automatically download new images. +Even when you use an image with the ":latest" tag, Docker does not automatically +download new images for you. To update, you can either manually pull the most +recent image and restart, or set up a service like Watchtower to get automatic +updates. ### Credits ### diff --git a/docker/examples/armv7/README b/docker/examples/armv7/README index d8f4ede5c..10e19bc33 100644 --- a/docker/examples/armv7/README +++ b/docker/examples/armv7/README @@ -90,8 +90,10 @@ from Docker Hub and restart your instance in the background: Pulling a new version can take several minutes, depending on your internet connection speed. -Note that running an image with ":latest" tag does not cause Docker to -automatically download new images. +Even when you use an image with the ":latest" tag, Docker does not automatically +download new images for you. To update, you can either manually pull the most +recent image and restart, or set up a service like Watchtower to get automatic +updates. ### Credits ###