Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 864 Bytes

File metadata and controls

34 lines (23 loc) · 864 Bytes

Alpine-nginx

Nginx

NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. source

Dockerfile

  • Alpine-nginx v3.0
    • nginx v.1.12.2
    • alpine v.3.6

How to use

clone images from docker hub.

docker pull mhfaris/alpine-nginx

and then you can run images with this command.

sudo docker run -d -p 80:80 --name nginx alpine-nginx:v3.0

stop container

sudo docker stop nginx

start image

sudo docker start nginx

To Do

[ ] GIthub in Drone images