All Projects → rlei → nghttp2-alpine

rlei / nghttp2-alpine

Licence: Apache-2.0 license
Minimal nghttp2 docker image with ALPN support

Projects that are alternatives of or similar to nghttp2-alpine

minicrawler
Multiplexing web client supporting HTTP/2 and WHATWG URL compliant parser written in C
Stars: ✭ 21 (+50%)
Mutual labels:  http2, nghttp2
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (+28.57%)
Mutual labels:  alpine, http2
dockerimages
🐳 Some dockerfiles based on alpine
Stars: ✭ 27 (+92.86%)
Mutual labels:  alpine
mailbox
📨 簡易電子報發送系統,使用 #Golang 實作,send campaign mail with open, click tracker.
Stars: ✭ 26 (+85.71%)
Mutual labels:  alpine
lua-resty-http2
The HTTP/2 Protocol (Client Side) Implementation for OpenResty.
Stars: ✭ 73 (+421.43%)
Mutual labels:  http2
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (+28.57%)
Mutual labels:  alpine
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+600%)
Mutual labels:  alpine
pusher
golang : HTTP2 Push Handler collection
Stars: ✭ 15 (+7.14%)
Mutual labels:  http2
adoteumdev
The AdoteUmDev project
Stars: ✭ 101 (+621.43%)
Mutual labels:  alpine
docker-dataset
Docker database images with pre-populated data for testing and/or practice.
Stars: ✭ 35 (+150%)
Mutual labels:  alpine
phorklift
Phorklift is an HTTP server and proxy daemon, with clear, powerful and dynamic configuration.
Stars: ✭ 43 (+207.14%)
Mutual labels:  http2
urbit-docker
No description or website provided.
Stars: ✭ 16 (+14.29%)
Mutual labels:  alpine
Espresso
☕ Bridge your C# soul to the power of Javascript (V8 Javascript Engine / NodeJs)
Stars: ✭ 54 (+285.71%)
Mutual labels:  http2
docker-network-tools
A Docker image with various network tools pre-installed.
Stars: ✭ 46 (+228.57%)
Mutual labels:  alpine
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+1542.86%)
Mutual labels:  alpine
libmicrohttpd-http2
HTTP/2 support for libmicrohttpd
Stars: ✭ 21 (+50%)
Mutual labels:  http2
alpine-grafana
alpine-grafana
Stars: ✭ 14 (+0%)
Mutual labels:  alpine
torpool
Containerized pool of multiple Tor instances with load balancing and HTTP proxy.
Stars: ✭ 42 (+200%)
Mutual labels:  alpine
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+1100%)
Mutual labels:  alpine
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (+385.71%)
Mutual labels:  alpine

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].