andreburgaud / docker-nginx

Docker image for NGINX, based on Alpine Linux.

Home Page:https://hub.docker.com/r/andreburgaud/nginx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGINX Docker Image

Docker image for NGINX, based on Alpine Linux.

Docker Pulls Docker Automated Build Docker Build Status

Pull the Image

$ docker pull andreburgaud/nginx

Run a Container

$ docker run --rm -p 8888:80 andreburgaud/nginx

Then, point a browser to http://localhost:8888.

Stop the Container

If the container was started as described in the section above, simply press [CTRL+C] in the terminal the container is attached to. The container will stop after a couple of seconds.

License

MIT License (see LICENSE file)

This project includes files, nginx.conf and default.conf, copied from the Official NGINX Dockerfiles project: https://github.com/nginxinc/docker-nginx. The files in the Official NGINX Dockerfiles project are released under the MIT license.

Resources

About

Docker image for NGINX, based on Alpine Linux.

https://hub.docker.com/r/andreburgaud/nginx/

License:MIT License


Languages

Language:HTML 63.8%Language:Dockerfile 36.2%