Docker container for Ghost with the Techno as the default theme
https://github.com/zerodivide1/docker-ghost-techno.gitcd docker-ghost-technodocker build -t <username>/<containername>:<tag> .$ mkdir -p data/content/{data,images}
config.js file in the ./data directory (download this file, rename & configure accordingly)theme-config.js file in the ./data directory (download this file, rename & configure accordingly)$ 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
Pull requests always welcome! You can also hit me up on Twitter @zero_divide_1.
See LICENSE for more information.
Content type
Image
Digest
sha256:172dec4fd…
Size
224.6 MB
Last updated
almost 11 years ago
docker pull zerodivide1/docker-ghost-techno