Hi All
Running Node-red docker on Pi4.
Start with:
<docker run -it -p 1880:1880 -v myNodeREDdata:/data --name mynodered nodered/node-red>
but
docker attach mynodered
takes me to a new line where I can ’type’ commands but nothing happens when I hit return.
<ctrl+p & ctrl+q gives>
"read escape sequence"
and
docker ps
gives
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0c9f0066fa7f nodered/node-red "./entrypoint.sh" 5 hours ago Up 5 hours (healthy) 0.0.0.0:1880->1880/tcp, :::1880->1880/tcp mynodered
Help please