https://github.com/leanlabsio/nginx
ngnix small docker image 6.5 mb, used by
https://github.com/leanlabsio/nginx
Last synced: over 1 year ago
JSON representation
ngnix small docker image 6.5 mb, used by
- Host: GitHub
- URL: https://github.com/leanlabsio/nginx
- Owner: leanlabsio
- Created: 2015-02-16T19:01:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T11:36:56.000Z (about 11 years ago)
- Last Synced: 2025-04-10T05:08:12.423Z (over 1 year ago)
- Language: Nginx
- Homepage: http://kanban.leanlabs.io
- Size: 160 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker nginx image
[](https://imagelayers.io/?images=leanlabs/nginx:latest 'Get your own badge on imagelayers.io')
Docker alpine based nginx container
Alpine 3.2
Nginx 1.8.0
### Usage
Image provides 3 volumes where you can mount you configuration files
/etc/nginx/certs - for mountin your SSL certificates
/etc/nginx/site-enabled - for mounting your servers configurations
/etc/nginx/conf.d - for other configs, like upstreams
```bash
docker run -d -p -v `pwd`:/etc/nginx/sites-enabled leanlabs/nginx
```