diff --git a/ghost/content.md b/ghost/content.md index cd9174023..9a9c82afd 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 [docker-library/ghost#156 (comment)](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).