Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kadasz/image-nginx

🐳 Docker image of the nginx based on baseimage-docker
https://github.com/kadasz/image-nginx

docker docker-nginx image-nginx nginx runit-nginx

Last synced: 5 days ago
JSON representation

🐳 Docker image of the nginx based on baseimage-docker

Awesome Lists containing this project

README

        

# image-nginx

Setup of nginx http server into docker

## How use this image

### Pull the image from Docker Hub

![Docker Build](https://img.shields.io/docker/cloud/build/kadasz/image-nginx.svg) ![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/kadasz/image-nginx.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/kadasz/image-nginx.svg)

```
docker pull kadasz/image-nginx
```

### Build the image

```
git clone https://github.com/kadasz/image-nginx.git
cd image-nginx
docker build -t kadasz/image-nginx .