The official Claude-Code docker image.
Maintained by: openKylin RISC-V SIG.
Where to get help: openKylin RISC-V SIG, openKylin.
The tag of each claude-code docker image is consist of the complete software stack version. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.1.59-ok20 | Claude-Code 2.1.59 on openKylin 2.0 | amd64,arm64,riscv64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
openkylin/claude-code image from dockerdocker pull openkylin/claude-code:{Tag}
docker run -it --name my-claude openkylin/claude-code:{Tag}
| Option | Description |
|---|---|
--name my-claude | Names the container my-claude. |
-it | Starts the container in interactive mode with a terminal (bash). |
openkylin/claude-code:{Tag} | Specifies the Docker image to run, replace {Tag} with the specific version or tag of the openkylin/claude-code image you want to use. |
export ANTHROPIC_BASE_URL=YOUR_DASHSCOPE_BASE_URL
export ANTHROPIC_API_KEY=YOUR_DASHSCOPE_API_KEY
export ANTHROPIC_MODEL=YOUR_DASHSCOPE_SUPPORTED_MODEL
claude
If you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.
Content type
Image
Digest
sha256:dfd6f208a…
Size
248 MB
Last updated
6 months ago
docker pull openkylin/claude-code