Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

frdmn/docker-ghost

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

docker-ghost

Makefile for easy and comfortable Ghost Docker image creation and instance restarts.

Caution: This repository uses the official Ghost Dockerfile!

Installation

  1. Clone repository:
    git clone https://github.com/frdmn/docker-ghost.git /opt/docker-ghost
  2. Download and adjust configuration:
    cd /opt/docker-ghost vi config.js

Usage

To pull/update to the latest Ghost version as well as restart your Docker instance:

make

To start or restart Ghost:

make run

Stop and remove the container:

make stop
make remove

Version

1.0.0

Lincense

WTFPL

About

Makefile to automate Docker image creation / instance restarts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published