Sign inSign up

openeuler/alluxio

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.6K

openeuler/alluxio repository overview

Quick reference

alluxio(alluxio Storage Stack) | openEuler

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

Alluxio Open Source (formerly known as Tachyon) is a Distributed Caching Platform for large-scale data. It bridges the gap between computation frameworks and storage systems, enabling computation applications to connect to numerous storage systems through a common interface.

Learn more about alluxio, please visit https://www.alluxio.io/⁠.

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

TagCurrentlyArchitectures
2.9.4-oe2403sp4alluxio 2.9.4 on openEuler 24.03-LTS-SP4amd64, arm64
2.9.4-oe2403sp3alluxio 2.9.4 on openEuler 24.03-LTS-SP3amd64, arm64
2.9.4-oe2403sp2alluxio 2.9.4 on openEuler 24.03-LTS-SP2amd64, arm64
2.9.4-oe2403sp1Alluxio 2.9.4 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

  • Create a network for connecting Alluxio containers

    docker network create alluxio_nw
    
  • Create a volume for storing ufs data

    docker volume create ufs
    
  • Launch the Alluxio master

    docker run -d --net=alluxio_nw \
    	-p 19999:19999 \
    	--name=alluxio-master \
    	-v ufs:/opt/alluxio/underFSStorage \
    	openeuler/alluxio:latest master
    

    You can access alluxio-master at: http://localhost:19999

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

Size

3.2 GB

Last updated

2 months ago

docker pull openeuler/alluxio

This week's pulls

Pulls:

9

Aug 31 to Sep 6