Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/stupchiy/docker-w3c-checklink
- Owner: stupchiy
- License: mit
- Created: 2017-02-09T12:55:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T09:33:28.000Z (5 months ago)
- Last Synced: 2024-08-11T10:38:35.421Z (5 months ago)
- Topics: dockerfile, link-checker, w3c, w3c-validator
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/checklinkLatest 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
```