An open API service indexing awesome lists of open source software.

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

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
```