I've deployed a Node-RED Docker stack and can't work out how to access the node-red admin hash-pw command.
I'm trying to hash a password to put into the settings.json so I can host my deployment for remote access. In the securing Node-RED page, it says to hash your password using the command:
node-red admin hash-pw
However, node-red isn't a command on the host machine. I've tried entering the container with:
I'm familiar with that page, it's the one I used as a reference to deploy the Docker container.
Just to clarify, I have the Node-RED Docker running and I can visit the interface in my browser no problems.
I'm referring to the guide on using the node-red admin commands. The documentation refers to using it like a command on my host:
Generating the password hash
If you are using Node-RED 1.1.0 or later, you can use the command:
node-red admin hash-pw
However, node-red is not a command on my host computer. Either the command is not installed by the Docker installation, or I'm entering this command in the wrong place.