[SOLVED] How to access files in a LXC from the node?

brooklyngrit

Member
May 20, 2023
9
0
6
I'm trying to do a migration from docker LXC to something else... How do I access the LXC files from my node?

I just want to do a shell command to cp over a folder from location to another. The files I want to access would be Container 104 and I'd like to move it to live in Container 105
 
There's a few ways. pct mount might be the easiest to access from the node. In your case I'd just SSH into 104 and push the files to 105 via scp.
 
Last edited: