Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 317 Bytes

Usage

Build a docker image

docker build -t fingerprinter .

Update the image

docker run --name fingerprinter-update -it fingerprinter --update-all docker commit fingerprinter-update fingerprinter:latest docker rm fingerprinter-update

Run the image

docker run --rm -it fingerprinter