From a59ad11c254c58315473d7587bf38560854c7ea6 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Oct 2024 06:58:08 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-ddclient.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-ddclient.md b/docs/images/docker-ddclient.md index d892051e0..e8f8e6fb3 100644 --- a/docs/images/docker-ddclient.md +++ b/docs/images/docker-ddclient.md @@ -44,6 +44,14 @@ If ddclient shall fetch the dynamic (public) IP-address from a fritz.box (AVM) a use=cmd, cmd=/etc/ddclient/get-ip-from-fritzbox ```` +## Read-Only Operation + +This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). + +### Caveats + +`/tmp` must also be mounted to tmpfs for this image. + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -242,7 +250,7 @@ Below are the instructions for updating containers: ### Image Update Notifications - Diun (Docker Image Update Notifier) -!!! tip +!!! tip We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.