Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienvincent/docker-nginx-php
Dockerfile with nginx base for PHP
https://github.com/julienvincent/docker-nginx-php
Last synced: 15 days ago
JSON representation
Dockerfile with nginx base for PHP
- Host: GitHub
- URL: https://github.com/julienvincent/docker-nginx-php
- Owner: julienvincent
- License: mit
- Created: 2015-04-20T21:39:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T16:44:48.000Z (over 9 years ago)
- Last Synced: 2024-12-06T22:26:33.582Z (about 1 month ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Debian Dockerfile
This repository contains **Dockerfile** of [Nginx](http://nginx.org/) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/julienvincent/nginx/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
### Base Docker Image
* [debian:wheezy](https://registry.hub.docker.com/u/library/debian/)
### Installation
1. Install [Docker](https://www.docker.com/).
2. Download [automated build](https://registry.hub.docker.com/u/julienvincent/nginx-php/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull julienvincent/nginx-php`
(alternatively, you can build an image from Dockerfile: `docker build -t="julienvincent/nginx-php" github.com/julienvincent/docker-nginx-php`)
### Usage
docker run -it --rm julienvincent/nginx-php