Sign inSign up

openkylin/atomcode

By openkylin

Updated 5 months ago

Image
0

180

openkylin/atomcode repository overview

Quick reference

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

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

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

Size

686.6 MB

Last updated

5 months ago

docker pull openkylin/atomcode:4.20.4-ok20