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/
Docker
This directory contains files for building Docker images for Danbooru.