Skip to main content

clawker network

Manage networks

Synopsis

Manage clawker networks. Clawker uses a dedicated network (clawker-net) for container communication and monitoring stack integration.

Examples

  # List clawker networks
  clawker network ls

  # Inspect the clawker network
  clawker network inspect clawker-net

  # Create a new network
  clawker network create mynetwork

  # Remove a network
  clawker network rm mynetwork

Subcommands

Options

  -h, --help   help for network

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also

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