Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 422 Bytes

Nginx on Debian 8.0 (Jessie)

This repository contains Dockerfile of Nginx on Jessie

Base Docker Image

Usage

docker run -d -p 80:80 dorwardv/jessie_nginx

After few seconds, open http://<host>/ to see the default nginx welcome page

###Build from Dockerfile docker build -t="dorwardv/jessie_nginx" github.com/dorwardv/jessie_nginx