Sign inSign up

andreburgaud/nginx

By andreburgaud

Updated almost 9 years ago

Docker image for NGINX, based on Alpine Linux.

Image
0

482

andreburgaud/nginx repository overview

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

Tag summary

Content type

Image

Digest

Size

2.5 MB

Last updated

almost 9 years ago

docker pull andreburgaud/nginx