File Fingerprint¶
Notes¶
To fingerprint a file use the string file:// followed by the full path of the file to fingerprint. The command will calculate the sha digest. The full path must be volume-mounted.
Example¶
docker run \
...
--env MERKELY_FINGERPRINT=”file://${YOUR_FILE_PATH} \
--volume=${YOUR_FILE_PATH}:${YOUR_FILE_PATH} \
...
See also Docker Fingerprint
See also Dir Fingerprint
See also Sha256 Fingerprint