https://github.com/spearwolf/ghost-docker-app
A docker container for the ghost blogging app.
https://github.com/spearwolf/ghost-docker-app
Last synced: 10 months ago
JSON representation
A docker container for the ghost blogging app.
- Host: GitHub
- URL: https://github.com/spearwolf/ghost-docker-app
- Owner: spearwolf
- License: mit
- Created: 2015-09-18T19:18:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T07:42:43.000Z (over 10 years ago)
- Last Synced: 2025-03-15T18:40:44.038Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.89 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### features
- [ubuntu](http://www.ubuntu.com/) 15.04
- [nvm](https://github.com/creationix/nvm) v0.26.1
- [Node.js](https://nodejs.org/) v0.12.7
- [Ghost](https://github.com/tryghost/Ghost) v0.7.0
### how to (inside project folder) ..
build docker image (inside project folder)
`$ docker build -t spearwolf/ghost-app .`
try and play within the container ..
`$ docker run -ti --rm spearwolf/ghost-app /bin/bash`
---
wolfger@spearwolf.de
have fun!
:smiley: