Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
de-ich committed Aug 13, 2024
1 parent 7a5184c commit 7259c57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion capability-check-node-red/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ refer to [the Node-RED documentation](https://nodered.org/docs/creating-nodes/fi

## Docker

A Docker container that already includes node-red as well as the capability-check node can be created executing the following command in this directory:
A Docker image that already includes node-red as well as the capability-check node can be created executing the following command in this directory:
`docker build -t capability-check-node-red -f Dockerfile ..`

Pre-built images can be downloaded from the [Releases](https://github.com/VWS4LS/vws4ls-capability-matching/releases).

After you have built/downloaded an image, perform `docker load -i <path-to-image.tar>` to load the image.

## Usage

Once installed correctly, your Node-RED runtime should provide an addtional node called `capability-check` in the 'function' section.
Expand Down

0 comments on commit 7259c57

Please sign in to comment.