Working with RavenDB's Dockerfile

RavenDB’s image and Dockerfile provide a universal and flexible base. If you need to, you can either extend the existing ravendb/ravendb image with your modifications or build a new image entirely by tweaking its Dockerfile. Additionally, for complex scenarios, you can replace the default entry script (run-raven.sh) in both cases to fully customize the startup process.