Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stupchiy/docker-w3c-checklink

Non-Official W3C Link Checker Docker image https://hub.docker.com/r/stupchiy/checklink/
https://github.com/stupchiy/docker-w3c-checklink

dockerfile link-checker w3c w3c-validator

Last synced: about 1 month ago
JSON representation

Non-Official W3C Link Checker Docker image https://hub.docker.com/r/stupchiy/checklink/

Awesome Lists containing this project

README

        

# Non-Official W3C Link Checker Docker image

The W3C Link Checker image. Official Github repo [`w3c/link-checker`](https://github.com/w3c/link-checker)
Hosted version of W3C Link Checker - https://validator.w3.org/checklink

Latest release check out [`stupchiy/checklink`](https://hub.docker.com/r/stupchiy/checklink/)

## Pull

```
$ docker pull stupchiy/checklink
```

or

```
$ docker run stupchiy/checklink
```

## Build

```
$ docker build -t checklink .
```

## Run

```
$ docker run -it --rm checklink
```

Or write into HTML report:

```
$ docker run -it --rm checklink -H report.html
```