文件最后提交记录最后更新时间
6 个月前
1 年前
10 个月前
9 个月前
8 个月前
6 个月前
6 个月前
6 个月前
README.md

Quick reference

seaweedfs | openEuler

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

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering.

Supported tags and respective Dockerfile links

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

Tag Currently Architectures
4.03-oe2403sp2 seaweedfs 4.03 on openEuler 24.03-LTS-SP2 amd64, arm64
3.99-oe2403sp2 seaweedfs 3.99 on openEuler 24.03-LTS-SP2 amd64, arm64
3.97-oe2403sp1 seaweedfs 3.97 on openEuler 24.03-LTS-SP1 amd64, arm64
3.85-oe2403sp1 seaweedfs 3.85 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

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

  • Pull the openeuler/seaweedfs image from docker

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

    docker run -it --rm openeuler/seaweedfs:{Tag}
    

    The openeuler/seaweedfs image is used to verify the integration between the upstream seaweedfs 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.