Sign inSign up

andreburgaud/trusttrees

By andreburgaud

Updated about 2 years ago

Docker image from project https://github.com/mandatoryprogrammer/TrustTrees

Image
Networking
0

496

andreburgaud/trusttrees repository overview

TrustTrees docker image

Execute TrustTrees in Docker

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

Tag summary

Content type

Image

Digest

sha256:08815df3d

Size

121.5 MB

Last updated

about 2 years ago

docker pull andreburgaud/trusttrees