codapi/configs/boxes.json

18 lines
347 B
JSON
Raw Normal View History

2023-11-24 23:02:45 +00:00
{
"alpine": {
"image": "codapi/alpine"
2024-04-03 08:53:25 +00:00
},
"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
2023-11-24 23:02:45 +00:00
}
}