Skip to content

bwv988/docker-alluxio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for Alluxio

Introduction

This is currently just an experimental image. Learn more about Alluxio @ (http://www.alluxio.com/).

Building the container

Simply run ./build.sh.

Usage

Starting

For a quick test, run:

docker run --rm \
  --name alluxio \
  -p 19998:19998 \
  -p 19999:19999 \
  -p 29998:29998 \
  -p 29999:29999 \
  -p 30000:30000 bwv988/alluxio

Shell access

Open shell into container:

docker exec -it alluxio bash

Stopping the container

docker stop alluxio

TODO

  • Lots... :)

About

Docker files for Alluxio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages