feat: initial public version
This commit is contained in:
21
config.json
Normal file
21
config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pool_size": 8,
|
||||
"verbose": true,
|
||||
"box": {
|
||||
"runtime": "runc",
|
||||
"cpu": 1,
|
||||
"memory": 64,
|
||||
"network": "none",
|
||||
"writable": false,
|
||||
"volume": "%s:/sandbox:ro",
|
||||
"cap_drop": ["all"],
|
||||
"ulimit": ["nofile=96"],
|
||||
"nproc": 64
|
||||
},
|
||||
"step": {
|
||||
"user": "sandbox",
|
||||
"action": "run",
|
||||
"timeout": 5,
|
||||
"noutput": 4096
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user