Управление монтированием директорий в контейнерах
★ 7.5 · devops
manage-mounts is a Claude Code skill that configures which host directories NanoClaw agent containers are allowed to access. The mount allowlist is stored in `~/.config/nanoclaw/mount-allowlist.json` and supports viewing, adding, and removing entries, each with an explicit read-only or read-write flag — read-only being the safer default. When adding a directory, the skill validates the path exists and writes the updated config via `pnpm exec tsx setup/index.ts --step mounts --force -- --json`. Because the allowlist is read fresh on every container spawn, changes take effect immediately for new containers; groups with already-running containers require a `ncl groups restart --id <group-id>` command. Designed for teams managing secure, fine-grained file system access for containerized AI agents.
- #mounts
- #containers
- #file-access
- #security
- #docker