From 21cf25a5005a5c854548abde38066a7ae109fe18 Mon Sep 17 00:00:00 2001 From: loasishospitality Date: Fri, 12 Oct 2018 03:36:46 +0530 Subject: [PATCH 1/2] Add note about ghost-cli not intended to work Mention ghost-cli is not working out of the box, refer to @acburdine comment explaining why on https://github.com/docker-library/ghost/issues/156 --- ghost/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost/content.md b/ghost/content.md index cd9174023..481bb075e 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -84,6 +84,10 @@ $ docker exec node --version v6.11.2 ``` +## Note about ghost-cli + +While the docker images do have ghost-cli available and do use some of its commands to set up the base Ghost image, many of the other ghost-cli commands won't work correctly, and really aren't designed/intended to. For more info see [Why sudo is not packed and ghost-cli wont work out of the box](https://github.com/docker-library/ghost/issues/156#issuecomment-428159861) + ## %%STACK%% Run `docker stack deploy -c stack.yml %%REPO%%` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080`, `http://localhost:8080`, or `http://host-ip:8080` (as appropriate). From a18f7ca9c2b2ed03aa0a28385fd004c6e6ad6812 Mon Sep 17 00:00:00 2001 From: loasishospitality Date: Sat, 13 Oct 2018 16:11:05 +0530 Subject: [PATCH 2/2] Update note about Ghost-CLI Update upstream-preferred capitalization for Docker and Ghost-CLI and Remove mention about sudo --- ghost/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/content.md b/ghost/content.md index 481bb075e..9a9c82afd 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -84,9 +84,9 @@ $ docker exec node --version v6.11.2 ``` -## Note about ghost-cli +## Note about Ghost-CLI -While the docker images do have ghost-cli available and do use some of its commands to set up the base Ghost image, many of the other ghost-cli commands won't work correctly, and really aren't designed/intended to. For more info see [Why sudo is not packed and ghost-cli wont work out of the box](https://github.com/docker-library/ghost/issues/156#issuecomment-428159861) +While the Docker images do have Ghost-CLI available and do use some of its commands to set up the base Ghost image, many of the other Ghost-CLI commands won't work correctly, and really aren't designed/intended to. For more info see [docker-library/ghost#156 (comment)](https://github.com/docker-library/ghost/issues/156#issuecomment-428159861) ## %%STACK%%