| ▲ | embedding-shape an hour ago | |
You want to prevent the agent/others from reaching your home directory and other things. As long as you don't mount/sync directories/files from/to the container, so no mounting like "-v $(pwd):/app", but instead copy in, then when done, copy out. And of course, instead of doing the "copy in > copy out" process manually, get your local agent to write a bash script that does that for you, given what directory you're in, and you're basically G2G. | ||
| ▲ | tjoff an hour ago | parent [-] | |
What is the advantage of copying rather than a bind-mount? | ||