Skip to content

Dockerfile of nginx-basic-auth for Docker's automated build published to the public Docker Hub Registry

License

Notifications You must be signed in to change notification settings

ihortymoshenko/docker-nginx-basic-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-basic-auth Dockerfile

This repository contains Dockerfile of nginx-basic-auth for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull igortimoshenko/docker-nginx-basic-auth

    (alternatively, you can build an image from Dockerfile: docker build -t="igortimoshenko/docker-nginx-basic-auth" github.com/igortimoshenko/docker-nginx-basic-auth)

Usage

docker run -d \
-p 9200:9200 \
-e TITLE="Elasticsearch Admin" \
-e HOST="elasticsearch" \
-e PORT="9200" \
-e USER="elasticsearch" \
-e PASS="elasticsearch" \
--link elasticsearch:elasticsearch \
igortimoshenko/docker-nginx-basic-auth

About

Dockerfile of nginx-basic-auth for Docker's automated build published to the public Docker Hub Registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages