Skip to content

osmanirosado/django-docs-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Documentation

A docker image with the documentation of Django.

Description

Run

To run the documentation of Django 1.11 on port 8086 execute.

docker run -p 8086:80 -d osmanirosado/django-docs:1.11

To run the documentation of Django 2.2 on port 8087 execute.

docker run -p 8087:80 -d osmanirosado/django-docs:2.2

Build

To build the documentation image for Django 1.11.

docker build --build-arg version=1.11 -t osmanirosado/django-docs:1.11 .

To build the documentation image for Django 2.2.

docker build --build-arg version=2.2 -t osmanirosado/django-docs:2.2 .

About

Docker image to serve Django Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published