add docker support and udp proto in redirs
This commit is contained in:
parent
6a77e1294e
commit
39d75031ba
5 changed files with 35 additions and 9 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue