mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-21 11:30:38 -07:00
feat(sandbox): add experimental LXC container sandbox support (#20735)
This commit is contained in:
@@ -446,7 +446,7 @@ export enum AuthProviderType {
|
||||
}
|
||||
|
||||
export interface SandboxConfig {
|
||||
command: 'docker' | 'podman' | 'sandbox-exec';
|
||||
command: 'docker' | 'podman' | 'sandbox-exec' | 'lxc';
|
||||
image: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user