Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

thomasf/docker-djangobuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker django image builder

This is an experimental repo until docker and its builder is stable.

This work will probably be merged into https://github.com/23critters/23c-django-project-template/ later on.

DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT

build base image

./build.sh 

...

docker run -dns 8.8.8.8 -i -t django:12.10 /bin/bash and...

app init "myappid"

(docker commit ... myappid)

app clone git@giturl
app pip -r requirements.txt
app manage collectstatic

and then.. docker commit ... myappid

docker run -p 8000 app run

About

Django image builder for docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages