VSCodeServer/LXC/Access Denied

Hi all, hoping to get some assistance.
I’ve been running unraid for a while and running docker with VSCode for editing of local files, recently I decided to split some things up into proxmox and LXCs for some components. I’ve got a couple “static” docker containers running in different LXCs.

Now I’m trying to run vscode server inside an LXC with docker (installed and working) as the editor for my homepage (dashboard) container. vscode is able to see the homepage yaml files but when I edit them from vscode it fails to save them with an access denied error. I’ve forced the homepage directory to allow full read/write for all via chmod 777 but even then vscode is unable to edit them.

Any thoughts on what I can try or clarifications that you need?

thanks

We don’t support or recommend running docker inside lxc.

Even the proxmox devs recommend against running docker inside lxc.

Putting a containerization system inside another containerization system is not a good idea.