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.