Sign inSign up

chaudyg/readthedocs

By chaudyg

Updated about 11 years ago

Image
0

273

chaudyg/readthedocs repository overview

ReadTheDocs

Quick start

Start the container

docker run -ti --rm --name rtd -p 8000:8000 chaudyg/readthedocs

Login: http://DOCKERHOST:8000/admin credentials: admin/admin

Production version

Use the following commands to start the different containers

Data volume

docker run -d --name=rtddata chaudyg/readthedocs

Start gunicorn

docker run -d --name=rtd -p 8000:8000 --volumes-from=rtddata chaudyg/readthedocs

Start nginx

docker run -d --name=nginx -p 80:80 --link=rtd:rtd --volumes-from=rtddata nginx

Tag summary

Content type

Image

Digest

sha256:7007d6108

Size

-

Last updated

about 11 years ago

docker pull chaudyg/readthedocs