Move new section over to "content.md" (as "README.md" is generated) and simplify wording/usage a little
This commit is contained in:
parent
e2f651d522
commit
28955e8aca
|
|
@ -42,20 +42,6 @@ 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.
|
||||||
|
|
|
||||||
|
|
@ -33,3 +33,12 @@ Alternatively you can use a [data container](http://docs.docker.com/userguide/do
|
||||||
```console
|
```console
|
||||||
$ 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.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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue