Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Aug 17, 2016
1 parent e84ce99 commit 0dc3432
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <container-id> node --version
v4.4.7
```

# Supported Docker versions

This image is officially supported on Docker version 1.12.0.
Expand Down

0 comments on commit 0dc3432

Please sign in to comment.