Sign inSign up

mhoush/sphinx

By mhoush

Updated about 5 years ago

Run sphinx commands inside a docker container

Image
1

940

mhoush/sphinx repository overview

Sphinx

Run's sphinx commands in a docker-container. Default command is sphinx-quickstart

$ docker pull mhoush/sphinx
$ cd /your/project/docs
$ docker run -it --rm \
    -v "${PWD}":/mnt \
    mhoush/sphinx

Tag summary

Content type

Image

Digest

Size

35.3 MB

Last updated

about 5 years ago

docker pull mhoush/sphinx