Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

digiBlink/ghost-armhf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digiblink/ghost-armhf Docker Container

Maintained by digiBlink - docker hub link

Ghost is a fully open source, adaptable platform for building and running a modern online publication. It used to power blogs, magazines and journalists around the globe.

Container has latest release - 1.25.5 - of Ghost and is based on digiblink/nodejs8-armhf container with Node.js 8.11.4 LTS version for ARMv7.

Usage

To get it running just enter:

docker run -d --name=ghost-blog -p 3001:2368 digiblink/ghost-armhf

Then, access it via http://localhost:3001 or http://host-ip:3001 in a browser.

If you want, you can customize your installation by modifying config.production.json file and mounting it before start of container by adding following switch to docker command between --name and -p:

-v $PWD/config.production.json:/var/www/ghost/config.production.json

About

Awesome Ghost blog on armhf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published