add docker support and udp proto in redirs

This commit is contained in:
JOLIMAITRE Matthieu 2024-01-13 18:31:39 +01:00
parent 6a77e1294e
commit 39d75031ba
5 changed files with 35 additions and 9 deletions

View file

@ -78,6 +78,7 @@ export function start_runner(config: ContainerConfig) {
stdin: "null",
stdout: "null",
},
syscall_filter: ["add_key", "keyctl", "bpf"],
});
const container_loop = loop_process(command, {
on_start: () => log("container", name, "started"),