Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 977 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 977 Bytes

About HitCount Docker Pulls GitHub

This project as my test and examples how to build nginx with QUIC support.

DockerHub

Requirements

  • Docker

Usage

All tags

docket pull panaceya/nginx-build-quic:tag where tag is one of:

  • ubuntu-18.04
  • ubuntu-20.04
  • centos-7
  • centos-8

Docker file

FROM panaceya/nginx-build-quic:<tag>
#
# some stages
#

# start Nginx
CMD ["nginx"]

Links