Sign inSign up

openeuler/kata-containers

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.3K

openeuler/kata-containers repository overview

Quick reference

Kata Containers | openEuler

Current Kata Containers images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Kata Containers is an open-source secure container runtime that runs each container inside a lightweight virtual machine, combining the security isolation of VMs with the speed and manageability of containers. It is a CNCF incubating project. This image includes three core Go components from the src/runtime module: kata-runtime (OCI-compatible runtime), containerd-shim-kata-v2 (containerd integration shim), and kata-monitor (monitoring and metrics component).

Read more on Kata Containers Website.

The tag of each kata-containers docker image is consist of the version of kata-containers and the version of basic image. The details are as follows

TagCurrentlyArchitectures
3.31.0-oe2403sp4Kata Containers 3.31.0 on openEuler 24.03-LTS-SP4amd64, arm64
3.31.0-oe2403sp3Kata Containers 3.31.0 on openEuler 24.03-LTS-SP3amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/kata-containers image from docker

    docker pull openeuler/kata-containers:{Tag}
    
  • Check the kata-runtime version

    docker run --rm openeuler/kata-containers:{Tag} kata-runtime --version
    
  • Run the Kata Containers environment check

    docker run --rm --privileged openeuler/kata-containers:{Tag} kata-runtime kata-check
    
  • Start kata-monitor

    docker run --rm openeuler/kata-containers:{Tag} kata-monitor --help
    
  • Run with an interactive shell

    docker run -it --rm openeuler/kata-containers:{Tag} bash
    

    The openeuler/kata-containers image is used to verify the integration between the upstream Kata Containers version and openEuler.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:692ae1808

Size

673.8 MB

Last updated

2 months ago

docker pull openeuler/kata-containers

This week's pulls

Pulls:

2

Last week