opendxl / opendxl-node-red-docker

A Docker image that consists of the core Node-RED installation along with a set of standard OpenDXL Node-RED extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenDXL Node-RED Docker

Docker Build Status

Overview

This repository contains the files necessary to build a Docker image that consists of the core Node-RED installation along with a set of standard OpenDXL Node-RED extensions.

The Docker image exposes a volume that can be easily mapped via higher-level Docker interfaces (Kitematic, Docker Cloud, etc.). This supports the ability to persist Node-RED configuration data external to the Docker container, allowing for upgrades of the Docker image without the loss of configuration information.

The Docker image has SSL enabled by default (use https://) and will generate a self-signed certificate if a key-pair is not found on startup.

The default administrator credentials used to login to the console are admin/password. See the Node-RED security page for information on updating this password.

A pre-built version of this Docker image can be obtained via the OpenDXL Node-RED Docker registry on DockerHub.

Bugs and Feedback

For bugs, questions and discussions please use the GitHub Issues.

LICENSE

Copyright 2018 McAfee, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A Docker image that consists of the core Node-RED installation along with a set of standard OpenDXL Node-RED extensions

License:Apache License 2.0


Languages

Language:JavaScript 75.0%Language:Shell 21.9%Language:Dockerfile 3.1%