codapi/configs/boxes.json
2024-04-03 16:53:25 +08:00

18 lines
347 B
JSON

{
"alpine": {
"image": "codapi/alpine"
},
"go": {
"image": "codapi/go",
"runtime": "runc",
"cpu": 2,
"memory": 512,
"network": "none",
"writable": true,
"volume": "%s:/sandbox:rw",
"cap_drop": ["all"],
"ulimit": ["nofile=96"],
"nproc": 64
}
}