- Notifications
You must be signed in to change notification settings - Fork2
Minimal nghttp2 docker image with ALPN support
License
NotificationsYou must be signed in to change notification settings
rlei/nghttp2-alpine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Minimalnghttp2 docker image with ALPN support - only 10MB in size.
Based on the fantastic tiny littleAlpine Linux.
Just
$ docker run --rm -t rickl/nghttp2-alpine <nghttp | nghttpd | nghttpx>
- 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