Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.72 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.72 KB

Ghost

https://hub.docker.com/r/angristan/ghost/ https://hub.docker.com/r/angristan/ghost/ https://hub.docker.com/r/angristan/ghost/ https://hub.docker.com/r/angristan/ghost/

Ghost Logo

Ghost is a fully open source, adaptable platform for building and running a modern online publication.

This image is automatically built by GitLab CI and pushed to the Docker Hub.

I won't update this image anymore. Feel free to fork the repo.

Features

  • Based on node:8-alpine
  • Running the latest stable version of TryGhost/Ghost, installed by TryGhost/Ghost-CLI.
  • It's mostly based on the official Ghost 2 Alpine image. There is a often a multiple-days delay after each Ghost update before the Docker image is updated. So I decided to build and host mine.

Build-time variables

  • GHOST_VERSION: Ghost version (2.13.1)
  • GHOST_CLI_VERSION: Ghost-CLI version (1.9.8)

Volumes

  • /var/lib/ghost/content

Usage

See my blog post: Migrating Ghost to Docker.

It has docker-compose and Nginx examples.