A container for running DAWN command-line tools.
- Clone the repo and build the container:
podman build . -t dawn- Run and enter the container, mounting the example data directory:
podman run -it -v ./example_data:/example_data:Z dawn /bin/bash- Inside the container, run DAWN:
./dawn -consoleLog -noSplash -data @none -application uk.ac.diamond.scisoft.diffraction.powder.application.powdercalibrate -path /example_data/config.json