Sign inSign up

openkylin/codewhale

By openkylin

Updated 4 months ago

Image
0

473

openkylin/codewhale repository overview

Quick reference

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

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

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:bd3af8559

Size

1.1 GB

Last updated

4 months ago

docker pull openkylin/codewhale