Appearance
turbo inspect
The inspect command displays contents of the image.
Usage
text
inspect - Inspect changes to the image
Usage: turbo inspect <options> <image>Options
--exclude=VALUE— Show details for all subsystems, except thespecified— ones--format=VALUE— Use json format for output--include=VALUE— Show only details for selected subsystems:dependencies— files, registry, services, startu-p— dns, ports, env
Examples
# Show all details about the image
> turbo inspect my-image
# Show filesystem changes only
> turbo inspect --include=files my-image
# Show all changes, but files and registry
> turbo inspect --exclude=files,registry my-imageJSON output
When --format=json option was passed this command will provide output in JSON format. It will contain either an inspect object with all available information about image or an error object if command failed.
