How to Write Binary File on Docker Install?

I am having a hard time figuring out how to write to binary on my docker install. I’ve tried going to the container, volume, and can’t seem to figure it out. Would appreciate a pointer.

Volumes:

Figured it out!

I don’t have a ton of Linux experience, but I wasn’t seeing the .n8n folder when I “ls” inside root/n8n. Once I set my file to save to: /root/.n8n/file.html I was able to write.

Welcome to the community @Sasquatch!

I do not recommend writing to the .n8n folder! That is where n8n keeps its main data and nobody and nothing else is supposed to write anything in it. For that reason is it also a hidden folder.

If you want to write files to disk please check out the documentation: