From a3eb43a380a549dd6ee922b09719cdb15153e60b Mon Sep 17 00:00:00 2001 From: thespad Date: Thu, 13 Jun 2024 16:29:37 +0100 Subject: [PATCH] Add read-only fs to weird exceptions --- docs/misc/support-policy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/misc/support-policy.md b/docs/misc/support-policy.md index 6196bd95f1..e2037e8a21 100644 --- a/docs/misc/support-policy.md +++ b/docs/misc/support-policy.md @@ -64,9 +64,11 @@ The following configurations are entirely unsupported and you are unlikely to be The following configurations don't fit nicely into any single category because "it depends". They're not formally supported but we may provide reasonable endeavours support in some cases. * Running our containers with a root (`0`) PUID or PGID +* Running our containers with a read-only container filesystem ## Change History +* 2024-06-13 - Add read-only running * 2024-02-13 - Add Weird Exceptions section * 2024-02-05 - Add ipvlan/macvlan networks * 2023-10-03 - Initial release