panaceya / nginx-build-quic

Repository from Github https://github.companaceya/nginx-build-quicRepository from Github https://github.companaceya/nginx-build-quic

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

About

License:MIT License


Languages

Language:Dockerfile 100.0%