From 385a28c7f1cbffbccd9d387c8310fc769d8d4547 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 23 Feb 2022 16:46:56 +0900 Subject: [PATCH] Update doc rlimit-memlock is not required anymore. --- docker/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/README.rst b/docker/README.rst index 24402165..e08af23c 100644 --- a/docker/README.rst +++ b/docker/README.rst @@ -12,14 +12,14 @@ These applications are: 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 : +image with the escalated privilege. 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 \ + $ docker run --rm -it -v /path/to/certs:/shared --net=host --privileged \ nghttp2 nghttpx \ /shared/server.key /shared/server.crt \ - -f'*,443;quic' --rlimit-memlock 524288 + -f'*,443;quic'