Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moul/docker-readthedocs
:whale: ReadTheDocs (RTD, read the docs) in docker
https://github.com/moul/docker-readthedocs
Last synced: 10 days ago
JSON representation
:whale: ReadTheDocs (RTD, read the docs) in docker
- Host: GitHub
- URL: https://github.com/moul/docker-readthedocs
- Owner: moul
- License: mit
- Created: 2013-12-05T17:49:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T10:12:54.000Z (about 6 years ago)
- Last Synced: 2024-12-26T12:00:29.363Z (16 days ago)
- Language: Shell
- Homepage: https://registry.hub.docker.com/u/moul/readthedocs/
- Size: 24.4 KB
- Stars: 44
- Watchers: 6
- Forks: 29
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - docker-readthedocs - :whale: ReadTheDocs (RTD, read the docs) in docker (Shell)
README
# Readthedocs in Docker
A Docker container of Readthedocs (RTD).
## Usage
Run using docker-compose:
* start a readthedocs container + its dependencies (postgresql, elasticsearch and redis)
```console
$ 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