Simple and the latest nginx image on top of the latest Ubuntu
1.2K
This repository contains Dockerfile of Nginx for Docker's automated build published to the public Docker Hub.
The default server is listening to port 80 and port 443 with a self-signed certificate. If you send GET request to /ping will return code 200 and plain text "I'm up!", other locations will return 404 error. For more details of the configuration, please check the source code hosted at Github.
sgrio/ubuntu-nginx provides only one single tagged image:
latest (default): build on top of sgrio/ubuntu-base:latestInstall Docker.
Download automated build from public Docker Hub: docker pull sgrio/ubuntu-nginx
(alternatively, you can build an image from Dockerfile: docker build -t="sgrio/ubuntu-nginx" https://raw.githubusercontent.com/sgr-io/docker-ubuntu-nginx/master/Dockerfile)
docker run -d sgrio/ubuntu-nginx
Content type
Image
Digest
Size
51.9 MB
Last updated
about 7 years ago
docker pull sgrio/ubuntu-nginx