Skip to content

rlei/nghttp2-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published