Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 944 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 944 Bytes

h5ai-base

h5ai project

GitHub issues Docker Automated build Docker Pulls

Usage

Commun

docker container run -it -p 80:80 \
  -v $PWD/sharing-file:/share \
  pad92/docker-h5ai

With custom h5ai options

For overide options.json file is into /usr/share/h5ai/_h5ai/private/conf/options.json

docker container run -it -p 80:80 \
  -v $PWD/sharing-file:/share \
  -v $PWD/options.json:/usr/share/h5ai/_h5ai/private/conf/options.json \
  pad92/docker-h5ai