Test worked
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user