Sign inSign up

openkylin/mmx-cli

By openkylin

Updated 5 months ago

Image
0

343

openkylin/mmx-cli repository overview

Quick reference

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

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

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:578660e27

Size

101.9 MB

Last updated

5 months ago

docker pull openkylin/mmx-cli