Skip to content

Commit be141a5

Browse files
author
Dave Conway-Jones
committed
fix some versions and "dates" in docs
1 parent a004d49 commit be141a5

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

docs/getting-started/docker.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ Running that command should give a terminal window with a running instance of No
3535
Welcome to Node-RED
3636
===================
3737

38-
03 Jun 12:57:10 - [info] Node-RED version: v1.0.6
39-
03 Jun 12:57:10 - [info] Node.js version: v10.18.0
40-
03 Jun 12:57:10 - [info] Linux 4.9.184-linuxkit x64 LE
41-
03 Jun 12:57:11 - [info] Loading palette nodes
42-
03 Jun 12:57:16 - [info] Settings file : /data/settings.js
43-
03 Jun 12:57:16 - [info] Context store : 'default' [module=memory]
44-
03 Jun 12:57:16 - [info] User directory : /data
45-
03 Jun 12:57:16 - [warn] Projects disabled : editorTheme.projects.enabled=false
46-
03 Jun 12:57:16 - [info] Flows file : /data/flows.json
47-
03 Jun 12:57:16 - [info] Creating new flow file
48-
03 Jun 12:57:17 - [warn]
38+
30 Jun 12:57:10 - [info] Node-RED version: v1.1.0
39+
30 Jun 12:57:10 - [info] Node.js version: v10.21.0
40+
30 Jun 12:57:10 - [info] Linux 4.9.184-linuxkit x64 LE
41+
30 Jun 12:57:11 - [info] Loading palette nodes
42+
30 Jun 12:57:16 - [info] Settings file : /data/settings.js
43+
30 Jun 12:57:16 - [info] Context store : 'default' [module=memory]
44+
30 Jun 12:57:16 - [info] User directory : /data
45+
30 Jun 12:57:16 - [warn] Projects disabled : editorTheme.projects.enabled=false
46+
30 Jun 12:57:16 - [info] Flows file : /data/flows.json
47+
30 Jun 12:57:16 - [info] Creating new flow file
48+
30 Jun 12:57:17 - [warn]
4949

5050
---------------------------------------------------------------------
5151
Your flow credentials file is encrypted using a system-generated key.
@@ -59,9 +59,9 @@ Running that command should give a terminal window with a running instance of No
5959
file using your chosen key the next time you deploy a change.
6060
---------------------------------------------------------------------
6161

62-
03 Jun 12:57:17 - [info] Starting flows
63-
03 Jun 12:57:17 - [info] Started flows
64-
03 Jun 12:57:17 - [info] Server now running at http://127.0.0.1:1880/
62+
30 Jun 12:57:17 - [info] Starting flows
63+
30 Jun 12:57:17 - [info] Started flows
64+
30 Jun 12:57:17 - [info] Server now running at http://127.0.0.1:1880/
6565

6666
[...]
6767

@@ -93,18 +93,18 @@ Using Alpine Linux reduces the built image size, but removes standard dependenci
9393

9494
See the [Github project README](https://github.com/node-red/node-red-docker/blob/master/README.md) for detailed Image, Tag and Manifest information.
9595

96-
For example: suppose you are running on a Raspberry PI 3B, which has `arm32v7` as architecture. Then just run the following command to pull the image (tagged by `1.0.2-10-arm32v7`), and run the container.
96+
For example: suppose you are running on a Raspberry PI 3B, which has `arm32v7` as architecture. Then just run the following command to pull the image (tagged by `1.1.0-10-arm32v7`), and run the container.
9797
```
9898
docker run -it -p 1880:1880 --name mynodered nodered/node-red:latest
9999
```
100100

101-
The same command can be used for running on an amd64 system, since Docker discovers it is running on a amd64 host and pulls the image with the matching tag (`1.0.2-10-amd64`).
101+
The same command can be used for running on an amd64 system, since Docker discovers it is running on a amd64 host and pulls the image with the matching tag (`1.1.0-10-amd64`).
102102

103103
This has the advantage that you don't need to know/specify which architecture you are running on and makes docker run commands and docker compose files more flexible and exchangeable across systems.
104104

105105
**Note**: Currently there is a bug in Docker's architecture detection that fails for `arm32v6` - eg Raspberry Pi Zero or 1. For these devices you currently need to specify the full image tag, for example:
106106
```
107-
docker run -it -p 1880:1880 --name mynodered nodered/node-red:1.0.2-10-arm32v6
107+
docker run -it -p 1880:1880 --name mynodered nodered/node-red:1.1.0-10-arm32v6
108108
```
109109

110110
### Managing User Data

docs/getting-started/local.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This command will install Node-RED as a global module along with its dependencie
5353
You can confirm it has succeeded if the end of the command output looks similar to:
5454

5555
```
56-
+ node-red@1.0.0
56+
+ node-red@1.1.0
5757
added 332 packages from 341 contributors in 18.494s
5858
found 0 vulnerabilities
5959
```
@@ -99,20 +99,20 @@ $ node-red
9999
Welcome to Node-RED
100100
===================
101101
102-
11 Oct 23:43:39 - [info] Node-RED version: v1.0.2
103-
11 Oct 23:43:39 - [info] Node.js version: v10.16.3
104-
11 Oct 23:43:39 - [info] Darwin 18.7.0 x64 LE
105-
11 Oct 23:43:39 - [info] Loading palette nodes
106-
11 Oct 23:43:44 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
107-
11 Oct 23:43:44 - [info] Settings file : /Users/nol/.node-red/settings.js
108-
11 Oct 23:43:44 - [info] HTTP Static : /Users/nol/node-red/web
109-
11 Oct 23:43:44 - [info] Context store : 'default' [module=localfilesystem]
110-
11 Oct 23:43:44 - [info] User directory : /Users/nol/.node-red
111-
11 Oct 23:43:44 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable
112-
11 Oct 23:43:44 - [info] Creating new flows file : flows_noltop.json
113-
11 Oct 23:43:44 - [info] Starting flows
114-
11 Oct 23:43:44 - [info] Started flows
115-
11 Oct 23:43:44 - [info] Server now running at http://127.0.0.1:1880/red/
102+
30 Jun 23:43:39 - [info] Node-RED version: v1.1.0
103+
30 Jun 23:43:39 - [info] Node.js version: v10.21.0
104+
30 Jun 23:43:39 - [info] Darwin 18.7.0 x64 LE
105+
30 Jun 23:43:39 - [info] Loading palette nodes
106+
30 Jun 23:43:44 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
107+
30 Jun 23:43:44 - [info] Settings file : /Users/nol/.node-red/settings.js
108+
30 Jun 23:43:44 - [info] HTTP Static : /Users/nol/node-red/web
109+
30 Jun 23:43:44 - [info] Context store : 'default' [module=localfilesystem]
110+
30 Jun 23:43:44 - [info] User directory : /Users/nol/.node-red
111+
30 Jun 23:43:44 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable
112+
30 Jun 23:43:44 - [info] Creating new flows file : flows_noltop.json
113+
30 Jun 23:43:44 - [info] Starting flows
114+
30 Jun 23:43:44 - [info] Started flows
115+
30 Jun 23:43:44 - [info] Server now running at http://127.0.0.1:1880/red/
116116
```
117117

118118
You can then access the Node-RED editor by pointing your browser at <http://localhost:1880>.

0 commit comments

Comments
 (0)