An NGINX server that listens on both IPv4 and IPv6 addresses
50K+
The standard nginx image that is available on Dockerhub is limited in that it is configured to listen only on IPv4 addresses.
This 'nginxdualstack' image is a slightly modified version of the standard nginx image that is configured to listen on both IPv4 and IPv6 addresses. It has also been modified to print the container's $HOSTNAME in the default NGINX welcome message. (For Kubernetes, the container's $HOSTNAME is the same as the name of the pod.)
The Dockerfile for creating this image is available here: https://github.com/leblancd/kube-v6/blob/master/nginx_v6/Dockerfile
Content type
Image
Digest
Size
42.6 MB
Last updated
about 8 years ago
docker pull diverdane/nginxdualstack:1.0.0