container_diff
List filesystem changes a container has made relative to its image. Use it to audit modifications before committing or archiving, or to debug unexpected writes.
Instructions
List filesystem changes a container has made relative to its image.
Use it to audit what a container wrote before container_commit or container_archive_get,
or to debug unexpected writes. Only the writable container layer is compared — files in
volumes and bind mounts never show up.
args: id_or_name - The container id or name returns: list - Dicts of {"Path", "Kind"}; Kind 0=modified, 1=added, 2=deleted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |