clawker container
Manage containersSynopsis
Manage clawker containers. This command provides container management operations similar to Docker’s container management commands.Examples
Subcommands
- clawker container attach - Attach local standard input, output, and error streams to a running container
- clawker container cp - Copy files/folders between a container and the local filesystem
- clawker container create - Create a new container
- clawker container exec - Execute a command in a running container
- clawker container inspect - Display detailed information on one or more containers
- clawker container kill - Kill one or more running containers
- clawker container list - List containers
- clawker container logs - Fetch the logs of a container
- clawker container pause - Pause all processes within one or more containers
- clawker container remove - Remove one or more containers
- clawker container rename - Rename a container
- clawker container restart - Restart one or more containers
- clawker container run - Create and run a new container
- clawker container start - Start one or more stopped containers
- clawker container stats - Display a live stream of container resource usage statistics
- clawker container stop - Stop one or more running containers
- clawker container top - Display the running processes of a container
- clawker container unpause - Unpause all processes within one or more containers
- clawker container update - Update configuration of one or more containers
- clawker container wait - Block until one or more containers stop, then print their exit codes
Options
Options inherited from parent commands
See also
- clawker - Manage Claude Code in secure Docker containers with clawker