浏览代码

Add info about finding Node Version

Pascal Andy 9 年之前
父节点
当前提交
e2f651d522
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      ghost/README.md

+ 14 - 0
ghost/README.md

@@ -42,6 +42,20 @@ Alternatively you can use a [data container](http://docs.docker.com/userguide/do
 $ docker run --name some-ghost --volumes-from some-ghost-data ghost
 $ docker run --name some-ghost --volumes-from some-ghost-data ghost
 ```
 ```
 
 
+# What is the node version?
+
+This information is a needed when you want to open a ticket over https://github.com/TryGhost/Ghost/issues. The version is going to vary as the node:4-slim tag is updated. To find the version...
+
+Log into the container
+
+```docker exec -it <container-id> bash```
+
+Then run:
+
+```node --version```
+
+The output should looks like: `v4.4.7`
+
 # Supported Docker versions
 # Supported Docker versions
 
 
 This image is officially supported on Docker version 1.12.0.
 This image is officially supported on Docker version 1.12.0.