39 lines
746 B
JSON
39 lines
746 B
JSON
{
|
|
"best_practices": [
|
|
"bp_002",
|
|
"bp_003",
|
|
"bp_047"
|
|
],
|
|
"category": "taskserv",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"infrastructure"
|
|
],
|
|
"description": "Container runtime taskserv for managing Docker, Podman, containerd, and Kubernetes container runtimes",
|
|
"name": "container_runtime",
|
|
"provides": [
|
|
{
|
|
"id": "container-runtime",
|
|
"interface": "taskservs/container_runtime",
|
|
"version": "1.0.0"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "server-lifecycle",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "networking",
|
|
"kind": "Optional"
|
|
}
|
|
],
|
|
"tags": [
|
|
"taskserv",
|
|
"containers",
|
|
"docker",
|
|
"podman",
|
|
"runtime"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|