Skip to content

baseboxorg/docker-nginx-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx

Build Status

Light image for a nginx based on Alpine Linux.

Building

docker build -t vibioh/nginx .

Usage

docker run -d \
  --name nginx \
  -p 80:1080 \
  --read-only \
  vibioh/nginx:latest

After, simply browse homemage to see content in /var/www/localhost.

About

Creating light image for nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages