nulxrd/nginx

By nulxrd

Updated 8 months ago

nginx docker container image

Image
0

116

nginx

Quick reference

Supported tags and respective Dockerfile links

All supported tags see here

How to use this image

start a nginx instance
$ docker run --name some-nginx -d nulxrd/nginx
... via docker-compose

Example docker-compose.yml for nginx:

version: '3.1'

services:
    nginx:
        image: nulxrd/nginx:latest
        restart: always
        ports:
            - "80:80"

LICENSE

View license information for the software contained in this image.

Docker Pull Command

docker pull nulxrd/nginx