Test worked

This commit is contained in:
2026-07-21 02:17:06 -07:00
parent 06931ace00
commit ee48d50abf
9 changed files with 218 additions and 126 deletions
+8 -1
View File
@@ -1,6 +1,11 @@
# claudaris
Claudaris (klaw-DAR-iss): A moveable docker container for Claude code. using Arch btw.
Claudaris (klaw-DAR-iss): A moveable docker container for Claude and OpenCode. using Arch btw.
`./claudaris` is a thin wrapper around `docker compose` (see
`docker-compose.yml`) — `build`/`start`/`connect`/`remove` still work exactly
as below, and `docker compose` commands work directly too if you'd rather use
those.
Full documentation lives in [`docs/`](docs/README.md): [getting started](docs/getting-started.md),
the [`claudaris` executable](docs/claudaris.md), and [MCP servers](docs/mcp.md).
@@ -25,6 +30,8 @@ defaults to `/data/$NAME`; `WORKSPACE_DIR` (the host dir mounted as
As root run build (always `--no-cache --pull`, so it picks up the latest Claude Code release):
```
sudo ./claudaris build
# or
docker buildx build --no-cache -t 4lights/claudaris:latest .
```
## Start the container