Sign inSign up

wikiwi/robots-disallow

By wikiwi

Updated over 8 years ago

Starts a HTTP server serving content of a robots.txt file disallowing all robots.

Image
2

100K+

wikiwi/robots-disallow repository overview

robots-disallow

robots-disallow implements a http server serving content of a robots.txt file disallowing all robots.

Build Status Widget Coverage Status Widget Code Climate Widget MicroBadger Image Widget

Usage

Usage:
  robots-disallow [OPTIONS]

Application Options:
      --listen=  address to listen on (default: 0.0.0.0:8080) [$ROBOTS_DISALLOW_LISTEN]
  -v, --version  show version number

Help Options:
  -h, --help     Show this help message

Example

docker run -p 8080:8080 wikiwi/robots-disallow

Output

curl localhost:8080
User-agent: *
Disallow: /

Docker Hub

Automated build is available at the Docker Hub.

Tag summary

Content type

Image

Digest

Size

81.3 MB

Last updated

over 8 years ago

docker pull wikiwi/robots-disallow