Przeglądaj źródła

Merge pull request #1333 from loasishospitality/master

Add note about ghost-cli not intended to work
Tianon Gravi 7 lat temu
rodzic
commit
506225b167
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      ghost/content.md

+ 4 - 0
ghost/content.md

@@ -84,6 +84,10 @@ $ docker exec <container-id> 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).