Skip to main content
Explore the contents of a container image.

Description

The inspect-image prompt provides instructions for thoroughly examining a container image to understand its contents, installed software, and configuration.

Parameters

Generated Instructions

When invoked with:
Returns:

Example Usage

Explore Python Image

Explore Custom Image

Explore Alpine

Implementation Notes

The agent should use the free inspection tools first, then run for dynamic queries:
  1. Use list_files first (free, no VM):
  2. Use read_file for config files (free, no VM):
  3. Use run for dynamic queries (spawns VM):
  4. Report findings in a structured format:
    • OS: Debian 12 / Alpine 3.18 / etc.
    • Languages: Python 3.11, Node.js 20, etc.
    • Key packages: numpy, flask, etc.
    • Notable directories: /app, /data, etc.

See Also