From 4e797a715607fd8e4c85fe95afc491f7ab3df280 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 5 Feb 2024 20:11:04 +0000 Subject: [PATCH] docker: mention debian issue from discord --- scripts/docker/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/docker/README.md b/scripts/docker/README.md index d90cd975..6ab1e711 100644 --- a/scripts/docker/README.md +++ b/scripts/docker/README.md @@ -79,6 +79,15 @@ or using commandline arguments, ``` +# faq + +the following advice is best-effort and not guaranteed to be entirely correct + +* q: starting a rootless container on debian 12 fails with `failed to register layer: lsetxattr user.overlay.impure /etc: operation not supported` + * a: docker's default rootless configuration on debian is to use the overlay2 storage driver; this does not work. Your options are to replace docker with podman (good choice), or to configure docker to use the `fuse-overlayfs` storage driver + + + # build the images yourself basically `./make.sh hclean pull img push` but see [devnotes.md](./devnotes.md)