Test if a web site is up without installing Nodejs, NPM, etc dependencies on your local system.
2.2K
Test if a web site is up without installing Nodejs, NPM, etc.
To see basic functionality, run without arguments:
docker run --rm danjellz/is-up:latest facebook.com
Output:
✔ Up
Creating an alias in your ~/.bashrc or ~/.zshrc files can make this command much shorter. Example:
alias is-up="docker run --rm danjellz/is-up"
Allowing you to run the following and mount your current directory
is-up github.com
Uses the NPM package found here: https://github.com/sindresorhus/is-up-cli
Content type
Image
Digest
Size
16.3 MB
Last updated
about 10 years ago
docker pull danjellz/is-up