Skip to content

awdelyea/php_composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PHP5 Composer Container

This is a docker image for running composer

Prerequisites

This docker container expects the following file structure:

/Data
|--> /http
|--> /config
|--> /logs
|--> /secure

Installation

docker build -t awdelyea/php_composer git://github.com/awdelyea/php_composer

How To Use

If running this in a dev environment with an already running 'data' container:

docker run --rm --volumes-from="data" -it awdelyea/php_composer

If running standalone:

docker run --rm --privileged=true -v <path/to/app>:/data/ -it awdelyea/php_composer

About

Docker container for running composer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages