Sign inSign up

zerodivide1/docker-ghost-techno

By zerodivide1

Updated almost 11 years ago

Image
0

420

zerodivide1/docker-ghost-techno repository overview

docker-ghost-techno

Docker container for Ghost with the Techno as the default theme

Dependencies

  • Docker

Building

  1. https://github.com/zerodivide1/docker-ghost-techno.git
  2. cd docker-ghost-techno
  3. docker build -t <username>/<containername>:<tag> .

Starting Container

  1. Create a directory for your blog data:
$ mkdir -p data/content/{data,images}
  1. Create a config.js file in the ./data directory (download this file, rename & configure accordingly)
  2. Create a theme-config.js file in the ./data directory (download this file, rename & configure accordingly)
  3. Start the container:
$ docker run -d -p 80:2368 -v $(pwd)/data:/ghost-override <container name>

Substitute <container name> with either the name of a locally-built container from scratch or zerodivide1/docker-ghost-techno 5. Use your browser to go to localhost

Contributors

Pull requests always welcome! You can also hit me up on Twitter @zero_divide_1.

License

See LICENSE for more information.

Tag summary

Content type

Image

Digest

sha256:172dec4fd

Size

224.6 MB

Last updated

almost 11 years ago

docker pull zerodivide1/docker-ghost-techno