Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 785 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 785 Bytes

KeystoneJS Dockerized

mahnunchik/keystonejs 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.

Official GitHub repository: JedWatson/keystone

Usage

Run MongoDB as separate container:

docker run -d -name mongo dockerfile/mongodb

Run KeystoneJS linked with MongoDB:

docker run -d -p 8080:8080 --link mongo:mongo mahnunchik/keystonejs