krappies/keystonejs-docker is a docker image of KeystoneJS cms.
KeystoneJS is a powerful new Node.js content management system and web app framework built on express and mongoose that makes it easy to create sophisticated web sites and apps, and gives you a beautiful, auto-generated Admin UI.
Forked from: mahnunchik/keystonejs-docker
Official GitHub repository: JedWatson/keystone
Run MongoDB as separate container:
docker run -d -name mongo dockerfile/mongodb
Run KeystoneJS linked with MongoDB:
docker run -d -p 80:80 --link mongo:mongo krappies/keystonejs-docker
Content type
Image
Digest
sha256:36bc69476…
Size
-
Last updated
almost 11 years ago
docker pull krappies/keystonejs-docker