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
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