Sign inSign up

openkylin/gemini-cli

By openkylin

Updated 5 months ago

Image
0

407

openkylin/gemini-cli repository overview

Quick reference

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

TagCurrentlyArchitectures
0.36.0-ok20Gemini Cli 0.36.0 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/gemini-cli image from docker
# From Docker Hub
docker pull openkylin/gemini-cli:{Tag}
#From Quay
docker pull quay.io/openkylin/gemini-cli:{Tag}
  • Launch and enter an interactive container
docker run -it --name my-gemini openkylin/gemini-cli:{Tag} 
OptionDescription
--name my-geminiNames the container my-gemini.
-itStarts the container in interactive mode with a terminal (bash).
openkylin/gemini-cli:{Tag}Specifies the Docker image to run, replace {Tag} with the specific version or tag of the openkylin/gemini-cli image you want to use.
  • Run Gemini Cli
gemini

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:08338cc62

Size

186.3 MB

Last updated

5 months ago

docker pull openkylin/gemini-cli