Sign inSign up

gdunstone/h5ai

By gdunstone

Updated over 6 years ago

Image
2

3.5K

gdunstone/h5ai repository overview

Docker h5ai

h5ai is a modern web server index. This docker image makes it trivially easy to spin up a webserver and start sharing your files through the web.

Build Status

The recommended way to run this container looks like this:

docker run -d \
  --restart=always \
  --name h5ai \
  -p 80:80 \
  -v $PWD:/var/www \
  gdunstone/h5ai

You can now point your webbrowser to this URL:

http://localhost/

You can alsow override h5ai options.json file :

docker run -d \
  --restart=always \
  --name h5ai \
  -p 80:80 \
  -v $PWD:/var/www \
  -v $PWD/your-options.json:/usr/share/h5ai/_h5ai/private/conf/options.json \
  gdunstone/h5ai

You can alsow put a _h5ai.header.html/_h5ai.footers.html file in your mounted folder to display personal header and footers.

Thx :

Tag summary

Content type

Image

Digest

Size

69.3 MB

Last updated

over 6 years ago

docker pull gdunstone/h5ai