# Use the specified image from Docker Hub FROM williamjackson/excalibur:0.4.3 # Set the working directory WORKDIR /excalibur # Create a volume for your data directory (local path on your machine) VOLUME ["~/excalibur-data"] # Initialize the database (this will be run when the container starts) CMD ["initdb"]