Run sphinx commands inside a docker container
940
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
Content type
Image
Digest
Size
35.3 MB
Last updated
about 5 years ago
docker pull mhoush/sphinx