II.
Tool JSON
Structured · livetool:podman
Podman json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:podman",
"_kind": "Tool",
"_file": "domain/tools/podman.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Podman",
"homepageUrl": "https://podman.io",
"kind": "container",
"releasedAt": "2018",
"description": "Daemonless container engine for developing, managing, and running OCI containers.\n"
},
"outgoingEdges": [
{
"from": "tool:podman",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:podman",
"to": "skill-area:containerization",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:podman",
"to": "tool:docker",
"kind": "alternative_to",
"attributes": {
"comparison": "container runtimes — Podman is daemonless; Docker uses a daemon"
}
}
],
"incomingEdges": [
{
"from": "skill-area:containerization",
"to": "tool:podman",
"kind": "uses_tool"
},
{
"from": "tool:docker",
"to": "tool:podman",
"kind": "alternative_to",
"attributes": {
"comparison": "container runtimes — Docker uses a daemon; Podman is daemonless"
}
}
]
}