Skip to content

Commit

Permalink
docker: mention debian issue from discord
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Feb 5, 2024
1 parent 136c0fd commit 4e797a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4e797a7

Please sign in to comment.