Skip to content

ebiiim/h5ai-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h5ai-docker

GitHub GitHub release (latest SemVer) Release

Yet another Docker image for lrsjng/h5ai.

Usage

💡 Please read h5ai docs before using this image.

docker run --rm \
  -p 8080:80 \
  -v /path/to/dir1:/var/www/html/dir1:ro \
  -v /path/to/dir2:/var/www/html/dir2:ro \
  ... \
  ghcr.io/ebiiim/h5ai

Using custom options.json

  docker run --rm \
    -p 8080:80 \
+   -v /path/to/options.json:/var/www/html/_h5ai/private/conf/options.json:ro \
    -v /path/to/dir1:/var/www/html/dir1:ro \
    -v /path/to/dir2:/var/www/html/dir2:ro \
    ... \
    ghcr.io/ebiiim/h5ai

Using custom Apache config

  docker run --rm \
    -p 8080:80 \
+   -v /path/to/h5ai.conf:/etc/apache2/conf-enabled/h5ai.conf:ro \
    -v /path/to/dir1:/var/www/html/dir1:ro \
    -v /path/to/dir2:/var/www/html/dir2:ro \
    ... \
    ghcr.io/ebiiim/h5ai

Changelog

We use the same version as h5ai.

  • 2023-04-21 v0.30.0
    • initial release
    • lrsjng/h5ai: v0.30.0 2021-01-25

About

Yet another Docker image for lrsjng/h5ai.

Resources

License

Stars

Watchers

Forks

Packages