apple-container-skill
SKILL.md
Apple Container Skill
To use the Apple Container CLI, execute the commands below using the run_shell_command tool.
Note: This CLI is specific to Apple's container implementation.
Common Workflows & Architecture
These patterns represent best practices for using the Apple Container CLI effectively.
1. System Lifecycle Management
Unlike standard Docker Desktop, the container system services are explicit.
- Startup: Always verify
container system statusbefore running operations. If stopped, runcontainer system start. - Kernel: On first run,
system startmay prompt to install a Linux kernel. The agent should be aware of this initialization step. - Cleanup: To save resources when not in use, run
container system stop.