mirror of
https://github.com/apple/container.git
synced 2026-09-21 23:25:43 +00:00
23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"name": "container",
|
|
"description": "Teaches Claude container's command surface and how it maps to Docker, Lima, Colima, and Podman on macOS",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/apple/container",
|
|
"repository": "https://github.com/apple/container",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"container",
|
|
"containers",
|
|
"docker",
|
|
"lima",
|
|
"colima",
|
|
"podman",
|
|
"oci",
|
|
"macos",
|
|
"apple-silicon"
|
|
],
|
|
"skills": [
|
|
"./skills/container"
|
|
]
|
|
}
|