项目作者: glimberger

项目描述 :
Docker image extending php-apache with composer, node.js and yarn. Symfony stack starter.
高级语言: Dockerfile
项目地址: git://github.com/glimberger/docker-php.git
创建时间: 2017-07-09T16:14:41Z
项目社区:https://github.com/glimberger/docker-php

开源协议:

下载


Docker Pulls
Docker Automated build
Docker Build Status
GitHub last commit

Supported tags and respective Dockerfile link

Contains:

Build args:

Example:

To update Node.js to version 8.6.0:

  1. docker build /path/to/Dockerfile/directory --build-arg NODE_VERSION=8.6.0 -t myapp

To replace the user-defined INI file:

  1. docker build /path/to/Dockerfile/directory --build-arg PHP_INI=php.ini -t myapp

Docker compose

Symfony stack example