Bootstraps a new Django app using the django-admin startproject command.
976
A Docker-based bootstrapper for a new Django project.
This image uses the django-admin startproject command to create a new Django app using the project name passed in as a command line parameter. Mapping a local volume to /project in the container causes the newly-created files to exist in that volume.
To use, issue the following command:
docker run -v $PWD:/project mchughmk/django-starter -n project-name
| Parameter | Description |
|---|---|
-n, --name | Specifies the name of your new Django proejct |
| Parameter | Description |
|---|---|
-v, --version | Specifies the version of Django to install. Default is the current version |
Content type
Image
Digest
Size
323.1 MB
Last updated
almost 6 years ago
docker pull mchughmk/django-starter