clawker container attach
Attach local standard input, output, and error streams to a running containerSynopsis
Attach local standard input, output, and error streams to a running container. Use ctrl-p, ctrl-q to detach from the container and leave it running. To stop a container, use clawker container stop. When —agent is provided, the container name is resolved as clawker.<project>.<agent>
using the project from your .clawker.yaml configuration.
Container name can be:
- Full name: clawker.myproject.myagent
- Container ID: abc123…
Examples
Options
Options inherited from parent commands
See also
- clawker container - Manage containers