Sign inSign up

moul/readthedocs

By moul

Updated over 9 years ago

Image
12

2.1K

moul/readthedocs repository overview

Readthedocs in Docker

A Docker container of Readthedocs (RTD).

Usage

Run using docker-compose:

  • start a readthedocs container + its dependencies (postgresql, elasticsearch and redis)
$ docker-compose run --service-ports --rm readthedocs
# or
$ make run

Run in debug mode (bash) :

make debug-run
# or
docker run -it --rm --entrypoint=bash moul/readthedocs

License

MIT

Tag summary

Content type

Image

Digest

sha256:b3a6d8571

Size

1.1 GB

Last updated

over 9 years ago

docker pull moul/readthedocs