Curl Docker container compiled with HTTP/3 (h3/quic) support based on this instruction.
The Docker entrypoint is "curl", so simply pass any args to the docker command as you would curl. For example:
docker run -it gofort/curl-http3 -I --http3 https://www.google.com
Note that HTTP/3 occurs over UDP, so ensure your firewall is correctly setup.