A Docker-based bootstrapper for a new Wagtail project.
217
A Docker-based bootstrapper for a new Wagtail project.
This image uses the wagtail start command to create a new Wagtail 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/wagtail-starter project-name
Content type
Image
Digest
Size
94.5 MB
Last updated
almost 8 years ago
docker pull mchughmk/wagtail-starter