Sign inSign up

openkylin/codex

By openkylin

Updated 6 months ago

Image
0

410

openkylin/codex repository overview

Quick reference

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

TagCurrentlyArchitectures
0.116.0-ok20Codex 0.116.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/codex image from docker
docker pull openkylin/codex:{Tag}
  • Launch and enter an interactive container
docker run -it --name my-codex openkylin/codex:{Tag} 
OptionDescription
--name my-codexNames the container my-codex.
-itStarts the container in interactive mode with a terminal (bash).
openkylin/codex:{Tag}Specifies the Docker image to run, replace {Tag} with the specific version or tag of the openkylin/codex image you want to use.
  • Run Codex
codex

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

Size

2.3 GB

Last updated

6 months ago

docker pull openkylin/codex