Wagtail CMS Demo by oyvindsk.
1.2K
@oyvindsk has built a Dockerfile for the Wagtail demo. Simply run:
docker run -p 8000:8000 -d oyvindsk/wagtail-demo
then access the site at http://your-ip:8000 and the admin interface at http://your-ip:8000/admin using admin / test.
See https://index.docker.io/u/oyvindsk/wagtail-demo/ for more details.
oyvindsk wrote:
##Wagtail CMS Demosite
###Run:
docker run -p 8000:8000 -d oyvindsk/wagtail-demo
http://localhost:8000/admin/ # Username: admin , password: test
###See:
http://wagtail.io/
https://github.com/torchbox/wagtaildemo
###Repo:
https://github.com/oyvindsk/docker-playground/tree/master/dockerfiles/wagtaildemo
###Bugs:
Even if you run it in the "foreground", ctrl-c does not work, you have to "docker stop" it (bad handling of signals).
Content type
Image
Digest
Size
251.3 MB
Last updated
over 6 years ago
docker pull pataridis/wagtail-demo-oyvindsk