https://github.com/willfarrell/docker-webhint
webhint (sonarwhal) in docker
https://github.com/willfarrell/docker-webhint
docker sonarwhal
Last synced: 3 months ago
JSON representation
webhint (sonarwhal) in docker
- Host: GitHub
- URL: https://github.com/willfarrell/docker-webhint
- Owner: willfarrell
- License: mit
- Created: 2018-06-23T03:05:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T13:52:59.000Z (over 7 years ago)
- Last Synced: 2025-01-19T13:27:31.167Z (about 1 year ago)
- Topics: docker, sonarwhal
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webhint
docker image for webhint. Uses `{ "extends": [ "web-recommended" ], "formatters": [ "json" ] }` by default but can be over written in `var/www`.
## Supported tags and Dockerfile links
- [`latest` (*Dockerfile*)](https://github.com/willfarrell/docker-webhint/blob/master/jessie/Dockerfile)
- [`alpine` (*Dockerfile*)](https://github.com/willfarrell/docker-webhint/blob/master/alpine/Dockerfile)
- [`1.11.2` (*Dockerfile*)](https://github.com/willfarrell/docker-webhint/blob/1.11.2/jessie/Dockerfile)
- [`1.11.2-alpine` (*Dockerfile*)](https://github.com/willfarrell/docker-webhint/blob/1.11.2/alpine/Dockerfile)
[](http://microbadger.com/images/willfarrell/webhint "Get your own version badge on microbadger.com") [](http://microbadger.com/images/willfarrell/webhint "Get your own image badge on microbadger.com")
## Getting Started
### Prerequisites
You must have Docker installed. [Download](https://www.docker.com/community-edition#/download)
### Build
```bash
docker build -t webhint .
```
### Testing
```bash
docker run webhint
```
### Pull
```bash
docker pull willfarrell/webhint
```
## Deployment
```bash
docker run willfarrell/webhint https://example.com
```
## Built With
- [webhint](https://webhint.io)
- [Docker](https://www.docker.com)