container_diff
Identify filesystem changes in a Docker container since the image was created, returning a list of modified files.
Instructions
Inspect changes on a container's filesystem.
args: id_or_name - The container id or name returns: list - Filesystem changes since the image was created
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |