Merge pull request #1333 from loasishospitality/master
Add note about ghost-cli not intended to work
This commit is contained in:
commit
506225b167
|
|
@ -84,6 +84,10 @@ $ docker exec <container-id> node --version
|
||||||
v6.11.2
|
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%%
|
## %%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).
|
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).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue