Docker image from project https://github.com/mandatoryprogrammer/TrustTrees
496
Create a folder output in the current directory and execute:
$ docker run --rm -it -v $PWD/output:/output andreburgaud/trusttrees -t example.com
On a Mac, add the platform option as follows:
$ docker run --rm -it --platform linux/amd64 -v $PWD/output:/output andreburgaud/trusttrees -t example.com
For more options and arguments, execute:
$ docker run --rm -it andreburgaud/trusttrees --help
Content type
Image
Digest
sha256:08815df3d…
Size
121.5 MB
Last updated
about 2 years ago
docker pull andreburgaud/trusttrees