Sign inSign up

mahnunchik/keystonejs

By mahnunchik

Updated almost 11 years ago

Image
8

6.8K

mahnunchik/keystonejs repository overview

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

Tag summary

Content type

Image

Digest

sha256:93649add7

Size

334.3 MB

Last updated

almost 11 years ago

docker pull mahnunchik/keystonejs