A distroless rock image for Fulcrum.
docker pull ghcr.io/jeandudey/fulcrum:2.1.0
docker run -it ghcr.io/jeandudey/fulcrum:2.1.0The image expects the configuration to be at:
/etc/fulcrum/fulcrum.conf
From where you can set the datadir to whatever value suits you, I recommend
using:
datadir=/var/lib/fulcrum
The goal of this image is to reduce size and attack surface by having less components in the final image, in comparison, the original Dockerfile from the Fulcrum repository is about 232 MB and this image is around 109 MB.