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
- Host: GitHub
- URL: https://github.com/minimum2scp/docker-nginx
- Owner: minimum2scp
- License: mit
- Created: 2016-10-04T02:50:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T16:01:46.000Z (over 8 years ago)
- Last Synced: 2025-01-07T04:42:02.248Z (5 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/minimum2scp/nginx/
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```