Sign inSign up

julienvincent/artisan

By julienvincent

Updated about 11 years ago

Image
0

272

julienvincent/artisan repository overview

Artisan Dockerfile

This repository contains an automated Dockerfile of HHVM setup for use in docker-compose

Supported tags

  • latest
Base Docker Image
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

Tag summary

Content type

Image

Digest

sha256:697234ce8

Size

151.4 MB

Last updated

about 11 years ago

docker pull julienvincent/artisan