https://github.com/codelibs/docker-h2o
Docker files for H2O
https://github.com/codelibs/docker-h2o
Last synced: 17 days ago
JSON representation
Docker files for H2O
- Host: GitHub
- URL: https://github.com/codelibs/docker-h2o
- Owner: codelibs
- Created: 2019-12-24T07:56:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T12:33:47.000Z (about 2 years ago)
- Last Synced: 2025-03-30T18:04:40.253Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker for H2O
==============See [Packages](https://github.com/orgs/codelibs/packages/container/package/h2o).
## Docker Images
- [`3.40.0.4`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)
## Getting Started
You can access http://localhost:54321 from the host OS with:
```console
$ docker run -it -p 54321:54321 ghcr.io/codelibs/h2o:3.40.0.4
```## Build
To build docker images, run as below:
```console
$ bash ./build.sh build 3.40.0 4
```