The Danbooru image now requires at least Docker 20.10.10 to run. If you get weird errors, check `docker version` and make sure you're running a recent enough version of Docker. This is because Ubuntu 22.04 uses Glibc 2.34, which uses the clone3 syscall, which was blocked by Docker's default seccomp policy up until 20.10.10 [1]. You may have to upgrade your distro or install Docker manually [2] if your distro doesn't ship a recent enough version of Docker. A workaround for older versions of Docker is to use the `--security-opt seccomp=unconfined` option to disable seccomp [3]. [1] https://pascalroeleven.nl/2021/09/09/ubuntu-21-10-and-fedora-35-in-docker/ [2] https://docs.docker.com/engine/install/ [3] https://docs.docker.com/engine/security/seccomp/
Config
This directory contains configuration files for Danbooru.
To configure your Danbooru instance, copy danbooru_default_config.rb to danbooru_local_config.rb and edit it. See danbooru_default_config.rb for details.
The only file here that end users need to be concerned about is danbooru_default_config.rb. The rest of the files here are internal Rails-related configuration files that end users shouldn't need to edit.