Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Dockerfile with Debian base for artisan commands
https://github.com/julienvincent/docker-artisan

Last synced: 6 days ago
JSON representation

Dockerfile with Debian base for artisan commands

Awesome Lists containing this project

README

        

# Artisan Dockerfile

This repository contains an automated **Dockerfile** of [HHVM](http://hhvm.com/)
setup for use in docker-compose

## Supported tags

+ `latest`

### Base Docker Image

* [debian:jessie](https://registry.hub.docker.com/_/debian/)

### Usage

docker-compose.yml:

artisan:
image: julienvincent/artisan
volumes:
- laravel/folder:/data/www
working_dir: /data/www
links:
- database-container

using:

docker-compose run artisan tinker