Error installing NodeRED

Trying to install NodeRED on a new CC100 (FW20) and getting error

Running this command:

docker run -d --name wago-node-red \
-d --privileged=true --user=root \
-p 1880:1880 \
-v node_red_user_data:/data \
nodered/node-red

Outputting this error:

Unable to find image ‘nodered/node-red:latest’ locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: x509: > certificate has expired or is not yet valid.
See ‘docker run --help’.

Also, installing docker using the curl-command did not work, had to download the .ipk and install it from the WBM.

Looks like an issue during the TLS handshake, does the date/time is correctly set on the PFC ?

3 Likes

Of course, I had forgotten to set up the NTP server :confounded:

2 Likes