21 Star 59 Fork 57

openEuler/openeuler-docker-images

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Quick reference

Daos(DAOS Storage Stack) | openEuler

Current Daos(DAOS Storage Stack) docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

The Distributed Asynchronous Object Storage (DAOS) is an open-source software-defined object store designed from the ground up for massively distributed Non Volatile Memory (NVM). DAOS takes advantage of next generation NVM technology like Storage Class Memory (SCM) and NVM express (NVMe) while presenting a key-value storage interface and providing features such as transactional non-blocking I/O, advanced data protection with self-healing on top of commodity hardware, end-to-end data integrity, fine-grained data control and elastic storage to optimize performance and cost.

Learn more about Daos(DAOS Storage Stack) on Daos Website⁠.

Supported tags and respective Dockerfile links

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

Tag Currently Architectures
2.3.105-oe2203sp1 Daos 2.3.105 on openEuler 22.03-LTS-SP1 amd64, arm64

Usage

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

  • Pull the openeuler/daos image from docker

    docker pull openeuler/daos:{Tag}
    
  • Start a daos instance

    docker run -d --name my-daos openeuler/daos:{Tag}
    
  • View container running logs

    docker logs -f my-daos
    
  • To get an interactive shell

    docker run -it --name my-daos openeuler/daos:{Tag} bash
    

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.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/openeuler-docker-images.git
git@gitee.com:openeuler/openeuler-docker-images.git
openeuler
openeuler-docker-images
openeuler-docker-images
master

搜索帮助