Sign inSign up

smalldocker/ghost

By smalldocker

Updated almost 11 years ago

smallest(60MB) ghost docker image

Image
2

1.1K

smalldocker/ghost repository overview

Installation
  1. Install Docker.

  2. Download ghost from public Docker Hub Registry: docker pull smalldocker/ghost

Usage
docker run -d -p 80:2368 smalldocker/ghost
Customizing Ghost
docker run -d -p 80:2368 -v <override-dir>:/ghost-override smalldocker/ghost

where <override-dir> is an absolute path of a directory that could contain:

  • config.js: custom config file copied from here (you must replace 127.0.0.1 with 0.0.0.0)
  • content/data/: persistent/shared data
  • content/images/: persistent/shared images
  • content/themes/: more themes

After few seconds, open http://<host> for blog or http://<host>/ghost for admin page.

Tag summary

Content type

Image

Digest

sha256:4f36404c2

Size

19.9 MB

Last updated

almost 11 years ago

docker pull smalldocker/ghost