From e2f651d5221abdcedeb6fae23993cdfaaf17f772 Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Wed, 17 Aug 2016 13:21:45 -0400 Subject: [PATCH] Add info about finding Node Version --- ghost/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ghost/README.md b/ghost/README.md index a8231bfdc..f943ababa 100644 --- a/ghost/README.md +++ b/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 ``` +# 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 bash``` + +Then run: + +```node --version``` + +The output should looks like: `v4.4.7` + # Supported Docker versions This image is officially supported on Docker version 1.12.0.