Hi Folks,
I am running Node-Red in Raspberry Docker Container.
I have created a parallel flow copying the existing one and made a small change. After that, I couldn't deploy it anymore and returned an error Error saving flows: ENOSPC: no space left on device, write nodered. I decided to restart the Raspberry and all nodes are disappeared.
I went to the node-red directory inside the container, but no flow files there, only node_modules folder and package-lock.json, package.json files.
Anyone knows if I have a chance to retrieve it?
Note: SD card is working fine and more than 20GB space left.
Yes, you have right. I found the data folder, but unfortunately there is only one blank flow.
I started to learn how Docker works. But I was also a bit skeptic about using Docker with Raspberry, cat least for my purpose.