Dir Fingerprint

Notes

To fingerprint a dir use the string dir:// followed by the full path of the dir to fingerprint. The command will calculate the sha digest. The full path must be volume-mounted.

Example

docker run \
    ...
    --env MERKELY_FINGERPRINT=”dir://${YOUR_DIR_PATH} \
    --volume=${YOUR_DIR_PATH}:${YOUR_DIR_PATH} \
    ...