Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt

Use this file to discover all available pages before exploring further.

clawker image

Manage images

Synopsis

Manage clawker images. This command provides image management operations similar to Docker’s image management commands.

Examples

  # List clawker images
  clawker image ls

  # Build an image
  clawker image build

  # Remove an image
  clawker image rm clawker-myapp:latest

  # Inspect an image
  clawker image inspect clawker-myapp:latest

  # Remove unused images
  clawker image prune

Subcommands

Options

  -h, --help   help for image

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also

  • clawker - Manage Claude Code in secure Docker containers with clawker