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 container

Manage containers

Synopsis

Manage clawker containers. This command provides container management operations similar to Docker’s container management commands.

Examples

  # List running containers
  clawker container ls

  # List all containers (including stopped)
  clawker container ls -a

  # Remove a container
  clawker container rm clawker.myapp.dev

  # Stop a running container
  clawker container stop clawker.myapp.dev

Subcommands

Options

  -h, --help   help for container

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also

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