1.13.9
,1.13
,latest
(Dockerfile)1.13.5
, (Dockerfile)1.11.10
,1.11
(1.11/Dockerfile)1.11.9
(1.11/Dockerfile)
Nginx is a web server, which can also be used as a reverse proxy, load balancer and HTTP cache.
FROM butter/nginx:1.13.5
CMD ["nginx", "-g", "daemon off;"]
View license information for Nginx.