Docker image for NGINX, based on Alpine Linux.
482
Docker image for NGINX, based on Alpine Linux.
$ docker pull andreburgaud/nginx
$ docker run --rm -p 8888:80 andreburgaud/nginx
Then, point a browser to http://localhost:8888.
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.
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.
Content type
Image
Digest
Size
2.5 MB
Last updated
almost 9 years ago
docker pull andreburgaud/nginx