mirror of
https://github.com/apple/container.git
synced 2026-07-22 09:21:30 +00:00
- Closes #1361. - Tweaks project structure to better reflect plugin structure.
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"abstract" : "Linux container runtime plugin",
|
|
"version": "0.1",
|
|
"author": "Apple",
|
|
"servicesConfig" : {
|
|
"loadAtBoot" : false,
|
|
"runAtLoad" : false,
|
|
"services" : [
|
|
{
|
|
"type" : "runtime"
|
|
}
|
|
],
|
|
"defaultArguments": []
|
|
}
|
|
}
|