nghttp2/docker
Tatsuhiro Tsujikawa 02f2336ab1 Bump libbpf to v0.6.1 2022-02-09 19:03:13 +09:00
..
Dockerfile Bump libbpf to v0.6.1 2022-02-09 19:03:13 +09:00
README.rst 256k memlock is not enough when reloading happens 2021-09-29 22:16:39 +09:00

README.rst

Dockerfile
==========

Dockerfile creates the applications bundled with nghttp2.
These applications are:

- nghttp
- nghttpd
- nghttpx
- h2load

HTTP/3 and eBPF features are enabled.

In order to run nghttpx with HTTP/3 endpoint, you need to run the
image with the escalated privilege and higher memlock value.  Here is
the example command-line to run nghttpx to listen to HTTP/3 on port
443, assuming that the current directory contains a private key and a
certificate in server.key and server.crt respectively :

.. code-block:: text

   $ docker run --rm -it -v $PWD:/shared --net=host --privileged \
         nghttp2 nghttpx \
         /shared/server.key /shared/server.crt \
         -f'*,443;quic' --rlimit-memlock 524288