Skip to content

qjavax/quiche-docker-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Examples for quiche

Here is a collection of Dockerfiles for various quiche use, as the following:

  • curl/ curl + quiche for http3 client
  • nginx/ nginx + quiche for http3 server
  • simple/ quiche command line server and clients

Please read README.md file in each directory for instructions.

To build images, please run the following:

$ make

Or you can build individual images, as follows:

$ make simple
$ make nginx
$ make curl

Those images are available on Docker Hub so you can pull it instead of building locally:

Note: this is not for your production use.

About

Dockerfile for quiche

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.3%
  • Makefile 19.4%
  • HTML 0.3%