OpenDXL Node-RED Docker 0.1.5

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

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 also 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.

  • Version 0.1.5

    OpenDXL Node-RED Docker Release (0.1.5)

    • Updated to fix issues with symbolic links (NPM and PIP) and Docker mounted volumes
  • Version 0.1.4

    OpenDXL Node-RED Docker Release (0.1.4)

    • Updated DXL Node-RED extension to 0.1.3
  • Version 0.1.3

    OpenDXL Node-RED Docker Release (0.1.3)

    • Added SSL support (automatically generates self-signed certificate if key-pair is not present)
    • Enabled authentication by default
  • Version 0.1.2

    OpenDXL Node-RED Docker Release (0.1.2)

    • Updated to use latest Node-RED DXL nodes
    • Updated to install node-red config node by default
  • Version 0.1.1

    OpenDXL Node-RED Docker Release (0.1.1)

    • Updated to support Python including the ability to add new Python libraries.
  • Version 0.1.0

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