Sign inSign up

openkylin/claude-code

By openkylin

Updated 6 months ago

Image
0

914

openkylin/claude-code repository overview

Quick reference

The tag of each claude-code docker image is consist of the complete software stack version. The details are as follows

TagCurrentlyArchitectures
2.1.59-ok20Claude-Code 2.1.59 on openKylin 2.0amd64,arm64,riscv64

Quick Start

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openkylin/claude-code image from docker
docker pull openkylin/claude-code:{Tag}
  • Launch and enter an interactive container
docker run -it --name my-claude openkylin/claude-code:{Tag} 
OptionDescription
--name my-claudeNames the container my-claude.
-itStarts 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.
  • Configure Base URL, API Key, and Model
export ANTHROPIC_BASE_URL=YOUR_DASHSCOPE_BASE_URL
export ANTHROPIC_API_KEY=YOUR_DASHSCOPE_API_KEY
export ANTHROPIC_MODEL=YOUR_DASHSCOPE_SUPPORTED_MODEL
  • Run Claude Code
claude

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.

Tag summary

Content type

Image

Digest

sha256:dfd6f208a

Size

248 MB

Last updated

6 months ago

docker pull openkylin/claude-code