https://github.com/unasuke/h2o-docker
https://github.com/unasuke/h2o-docker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unasuke/h2o-docker
- Owner: unasuke
- License: mit
- Created: 2022-07-30T10:54:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T09:35:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T20:32:01.374Z (over 1 year ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H2O docker image
[](https://github.com/unasuke/h2o-docker/actions/workflows/build.yml)
[](https://github.com/unasuke/h2o-docker/actions/workflows/scheduled.yml)
## how to use
```shell
$ docker run -it --rm -p 8080:8080 --volume foo:bar ghcr.io/unasuke/h2o-docker:jammy-master h2o -c h2o.conf # with volume mount and pass config file
```
## images
- `ghcr.io/unasuke/h2o-docker:-`
### distributions
- bionic
- focal
- jammy (only master)
- noble (only master)
- bullseye
- bookworm (only master)
### versions
- v2.2.0
- v2.2.1
- v2.2.2
- v2.2.3
- v2.2.4
- v2.2.5
- v2.3.0-beta1
- v2.2.6
- v2.3.0-beta2
- master
see also