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

https://github.com/minimum2scp/docker-nginx

Rebuild nginx.org mainline packages with ngx_mruby (as dynamic module) on Debian jessie, sid
https://github.com/minimum2scp/docker-nginx

Last synced: 3 months ago
JSON representation

Rebuild nginx.org mainline packages with ngx_mruby (as dynamic module) on Debian jessie, sid

Awesome Lists containing this project

README

        

# docker-nginx

Rebuild [nginx.org mainline package](http://nginx.org/en/linux_packages.html) with

- Debian jessie, sid
- [ngx\_mruby](https://github.com/matsumoto-r/ngx_mruby) as dynamic module

| directory | image | OS | features |
|:--- |:--- |:--- |:--- |
| jessie-ngx\_mruby | minimum2scp/nginx:jessie-ngx\_mruby | Debian jessie | ngx\_mruby |
| sid | minimum2scp/nginx:sid | Debian sid | njs |
| sid-ngx\_mruby | minimum2scp/nginx:sid-ngx\_mruby | Debian sid | ngx\_mruby |

## Build

```shell
cd direcotry
docker build -t .
```

or

```shell
docker-compose build [ ...]
```

## Pull

```
docker pull
```

or

```shell
docker-compose pull [ ...]
```

## Copy binary packages from image

```shell
./copy-packages.sh /dest/path/to/extract/
```