Skip to content

Commit a8afa3b

Browse files
bobbyjohnstxclaude
andcommitted
docs: note that bare container needs git repo or cluster-admin to be useful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 90d29d3 commit a8afa3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This project packages tinycode and the oh-my-tiny plugin as a self-contained con
1010

1111
The container interface (port, UID, health endpoints, volume mounts, environment variables) is documented in [CONTAINER.md](CONTAINER.md), which is the authoritative contract between this image and the tinycode-operator that deploys it.
1212

13+
> **Note:** A bare container can only chat with the model — it has no project files to work on. To make tinycode useful on a cluster, give it context: clone a git repo (`TINYCODE_GIT_REPO`), enable cluster-admin mode (`TINYCODE_CLUSTER_ADMIN=true`), or mount a host path with existing code. See [Environment Variables](CONTAINER.md) for the full list.
14+
1315
## Quick Install
1416

1517
```bash

0 commit comments

Comments
 (0)