This image is based upon WeiChiaChang's stacks-cli
Type the following command in you terminal:
$ docker run --rm -ti femtopixel/stacks-cli
And the scripts will ask you:
? Which website stack do you wanna browse ?
Copy & Paste the URL of the webiste you wanna analyze:
https://www.cloudflare.com/
Here's the result screenshot:
Examples
$ docker run --rm -ti femtopixel/stacks-cli
Helpers
$ docker run --rm -ti femtopixel/stacks-cli -h
Show current version
$ docker run --rm -ti femtopixel/stacks-cli -v
Source code of this side project
$ docker run --rm -ti femtopixel/stacks-cli -s
If you don't have Docker installed yet, you can do it easily in one line using this command
curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER