Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide assumes you have some basic familiarity with Docker and the
As of Node-RED 1.0 the repository on [Docker Hub](https://hub.docker.com/r/nodered/node-red/)
was renamed to `nodered/node-red`.

Previous 0.20.x versions are still available at https://hub.docker.com/r/nodered/node-red-docker.
Previous 0.20.x versions are still available at [https://hub.docker.com/r/nodered/node-red-docker](https://hub.docker.com/r/nodered/node-red-docker).

### Quick Start

Expand Down Expand Up @@ -428,9 +428,9 @@ docker run -it -p 1880:1880 --name mynodered -u node-red:dialout nodered/node-re

References:

https://github.com/node-red/node-red-docker/issues/15
[https://github.com/node-red/node-red-docker/issues/15](https://github.com/node-red/node-red-docker/issues/15)

https://github.com/node-red/node-red-docker/issues/8
[https://github.com/node-red/node-red-docker/issues/8](https://github.com/node-red/node-red-docker/issues/8)

#### Accessing Host Devices

Expand All @@ -440,7 +440,7 @@ If you want to access a device from the host inside the container, e.g. serial p
docker run -it -p 1880:1880 --name mynodered --device=/dev/ttyACM0 nodered/node-red
```
References:
https://github.com/node-red/node-red/issues/15
[https://github.com/node-red/node-red/issues/15](https://github.com/node-red/node-red/issues/15)

#### Setting Timezone

Expand All @@ -450,4 +450,4 @@ docker run -it -p 1880:1880 --name mynodered -e TZ=Europe/London nodered/node-re
```

References:
https://groups.google.com/forum/#!topic/node-red/ieo5IVFAo2o
[https://groups.google.com/forum/#!topic/node-red/ieo5IVFAo2o](https://groups.google.com/forum/#!topic/node-red/ieo5IVFAo2o)