From 0dc3432313de7dfb955b379d4aa1bbfeeccd4a9c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 17 Aug 2016 16:31:33 -0700 Subject: [PATCH] Run update.sh --- ghost/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ghost/README.md b/ghost/README.md index a8231bfdc077..18d68922a19b 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -42,6 +42,15 @@ 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.js version? + +When opening a ticket at https://github.com/TryGhost/Ghost/issues it becomes necessary to know the version of Node.js in use: + +```console +$ docker exec node --version +v4.4.7 +``` + # Supported Docker versions This image is officially supported on Docker version 1.12.0.