Skip to main content

clawker container create

Create a new container

Synopsis

Create a new clawker container from the specified image. The container is created but not started. Use ‘clawker container start’ to start it. Container names follow clawker conventions: clawker.project.agent When —agent is provided, the container is named clawker.<project>.<agent> where project is resolved from the current directory. When —name is provided, it overrides this. If IMAGE is ”@”, clawker resolves the built image for the current scope: the project image inside a registered project, or the global image (built with “clawker build” outside any project) elsewhere. ”@” selects the default harness image; ”@:<harness>” (e.g. ”@:codex”) selects a specific harness image built with “clawker build -t <harness>”.

Examples

Options

Options inherited from parent commands

See also