Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 668 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 668 Bytes

nghttp2-alpine

Minimal nghttp2 docker image with ALPN support - only 10MB in size.

Based on the fantastic tiny little Alpine Linux.

How to run

Just

$ docker run --rm -t rickl/nghttp2-alpine <nghttp | nghttpd | nghttpx>

Caveats

  • Python is not included so nghttp2's OCSP stapling won't work. You may want to add the --no-ocsp switch to suppress OCSP related warning
  • To make this image really small, libxml2 and libjansson are not enabled. This means:
    • nghttp -a (getting linked assets from the downloaded resource) is not supported
    • The hpack tool is not built