From 2197a3bdbf70a81e51fc4a385b445e144156f35a Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 5 Jan 2024 10:26:01 +0100 Subject: [PATCH] add fuse hint regarding alpine linux Signed-off-by: Simon L --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 57d900f0..9942d204 100644 --- a/readme.md +++ b/readme.md @@ -388,7 +388,7 @@ Not directly but you have multiple options to achieve this: --- #### Failure of the backup container in LXC containers -If you are running AIO in a LXC container, you need to make sure that FUSE is enabled in the LXC container settings. Otherwise the backup container will not be able to start as FUSE is required for it to work. +If you are running AIO in a LXC container, you need to make sure that FUSE is enabled in the LXC container settings. Also, if using Alpine Linux as host OS, make sure to add fuse via `apk add fuse`. Otherwise the backup container will not be able to start as FUSE is required for it to work. ---