Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make URLs clickable in Docs #159

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Make URLs clickable in Docs
Aragur authored Jun 18, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 12825dc7583c78cbcbdd7b4ab8158a9944a0a9f4
10 changes: 5 additions & 5 deletions docs/getting-started/docker.md
Original file line number Diff line number Diff line change
@@ -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

@@ -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

@@ -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

@@ -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)