Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

femtopixel/docker-stacks-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Stacks CLI monitor - Docker Image (Multiarch)

latest release Docker Pulls Docker stars Bitcoin donation Litecoin donation Watch Ads PayPal donation Buy me a coffee Become a Patron

This image is based upon WeiChiaChang's stacks-cli

Usage

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:

stacks-cli

Helper

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

Appendixes

Install Docker

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