File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1111,9 +1111,9 @@ The allowable values of `DOCKERHUB_TAG` can be found on the [*DockerHub* Node-RE
11111111tag | Node-RED version | `node.js` version
11121112----------|------------------|------------------
11131113latest | 2.2.2 | 14.x
1114- latest-14 | 2.2.2 | 14.x 📌
1115- 2.2.2 | 2.2.2 📌 | 14.x
1116- 2.2.2-14 | 2.2.2 📌 | 14.x 📌
1114+ latest-14 | 2.2.2 | 14.x 📌
1115+ 2.2.2 | 2.2.2 📌 | 14.x
1116+ 2.2.2-14 | 2.2.2 📌 | 14.x 📌
11171117
11181118Interpreting the tag :
11191119
@@ -1161,7 +1161,7 @@ Using the IOTstack menu limits your choice of components to those presented in t
11611161
11621162To apply changes made to your *Dockerfile*, run the [re-building the local Node-RED image](#rebuildNodeRed) commands.
11631163
1164- # ## via Manage Palette { #viaDockerfile }
1164+ # ## via Manage Palette { #viaManagePalette }
11651165
11661166You can add, remove or update components in Manage Palette. Node-RED will remind you to restart Node-RED and that is something you have to do by hand :
11671167
Original file line number Diff line number Diff line change 7979 $ docker-compose up -d postgresql
8080 ```
8181
82- ## Getting a clean slate {cleanSlate}
82+ ## Getting a clean slate { # cleanSlate }
8383
8484If you need to start over, proceed like this:
8585
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ The `grep` strips comment lines and the `sudo tee` is a safe way of appending th
246246
247247## Getting a clean slate { #cleanSlate }
248248
249- ### Erasing the persistent storage area { #resetDB }
249+ ### Erasing the persistent storage area { #zapStore }
250250
251251Erasing Telegraf's persistent storage area triggers self-healing and restores known defaults:
252252
You can’t perform that action at this time.
0 commit comments