Replies: 1 comment
-
|
if the goal is sandboxing, i think the catch is.. it's a VM, and IIRC there's no GPU support for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the context of running Devpod CLI, Podman CLI and Claude Code CLI in an Ubuntu Server virtual machine is it possible to install in the following way to optimise rootless container sandboxing?
devpod_userfor DevPodpodman_userfor Podmanclaude_userfor Claude Code/usr/local/bin) so that all program files are assigned correct ownership and can be read, written and executed by each unique user account after Sudo privileges have been removed/etc/subuidand/etc/subgid.ed25519SSH key pair for each standard developer user account~/.ssh/authorized_keysfile under each standard developer user's Home directory so that each key is uniquely assignedCan we also run DevPod CLI, Podman CLI and Claude Code CLI under user accounts created without a Home directory, much like a Service Account? Cheers.
Beta Was this translation helpful? Give feedback.
All reactions