Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julienvincent/docker-laravel

Dockerfile with nginx base for laravel
https://github.com/julienvincent/docker-laravel

Last synced: 6 days ago
JSON representation

Dockerfile with nginx base for laravel

Awesome Lists containing this project

README

        

# Nginx Dockerfile

This repository contains an automated **Dockerfile** of [julienvincent/nginx-hhvm](https://registry.hub.docker.com/u/julienvincent/nginx-hhvm/) or [julienvincent/nginx-php](https://registry.hub.docker.com/u/julienvincent/nginx-php/) and is setup to work with laravel 5

## Supported tags

+ `latest` alias for :hhvm
+ `php`
+ `hhvm` at version 3.8.1

### Base Docker Image

* [julienvincent/nginx-hhvm](https://registry.hub.docker.com/u/julienvincent/nginx-hhvm/)

or

* [julienvincent/nginx-php](https://registry.hub.docker.com/u/julienvincent/nginx-php/)

### Usage

docker run --name laravel -v /some/content:/data/www -d julienvincent/laravel

### Github

+ [https://github.com/julienvincent/docker-laravel](https://github.com/julienvincent/docker-laravel)