Skip to content

eddokloosterman/docker-http-status-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Dockerizing the http-status-check CLI tool

This repository is a wrapper for the spatie/http-status-check CLI tool, so that it runs in it's own Docker container.

Building the image

The image can be built with following command:

docker-compose build

This will create a Docker image named http-status-check.

Running the tool

docker-compose run app http-status-check scan http://example.com --dont-crawl-external-links

You can add more options to the command line, though I'd like to refer you to the http-status-check documentation.

About

This is a Docker container wrapper for the spatie/http-status-check tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors