The official Github Copilot Cli docker image.
Maintained by: openKylin RISC-V SIG.
Where to get help: openKylin RISC-V SIG, openKylin.
The tag of each copilot-cli docker image is consist of the complete software stack version. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.0.24-ok20 | Github Copilot Cli 1.0.24 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/copilot-cli image from docker# From Docker Hub
docker pull openkylin/copilot-cli:{Tag}
#From Quay
docker pull quay.io/openkylin/copilot-cli:{Tag}
docker run -it --name my-copilot openkylin/copilot-cli:{Tag}
| Option | Description |
|---|---|
--name my-copilot | Names the container my-copilot. |
-it | Starts the container in interactive mode with a terminal (bash). |
openkylin/copilot-cli:{Tag} | Specifies the Docker image to run, replace {Tag} with the specific version or tag of the openkylin/copilot-cli image you want to use. |
copilot
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:c492e0b9a…
Size
289.6 MB
Last updated
5 months ago
docker pull openkylin/copilot-cli