Sign inSign up

sgrio/ubuntu-nginx

By sgrio

•Updated about 7 years ago

Simple and the latest nginx image on top of the latest Ubuntu

Image
2

1.2K

sgrio/ubuntu-nginx repository overview

⁠Simple and the latest nginx image on top of the latest Ubuntu

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⁠.

⁠Docker Tags

sgrio/ubuntu-nginx provides only one single tagged image:

  • latest (default): build on top of sgrio/ubuntu-base:latest
⁠Installation
  1. Install Docker⁠.

  2. 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)

⁠Usage
docker run -d sgrio/ubuntu-nginx

Tag summary

Content type

Image

Digest

Size

51.9 MB

Last updated

about 7 years ago

docker pull sgrio/ubuntu-nginx