Sign inSign up

shouheitai/php-cli

By shouheitai

Updated about 6 years ago

Image
0

208

shouheitai/php-cli repository overview

Docker Automated build Docker Pulls Docker Cloud Build Status Docker Image Size (latest by date)

Overview

A ready-to-execute environment for PHP

demo

With Utility Commands https://github.com/tai-sho/docker-php-cli/

Installation

$ make build

Use Composer

$ make composer-install

or

$ make login
$ composer install
$ composer require xxxxx
$ exit

Run Script

run main.php

$ make run

Login Docker

Log in to the container and execute the command directly.

$ make login
$ php -v

Tag summary

Content type

Image

Digest

Size

213.3 MB

Last updated

about 6 years ago

docker pull shouheitai/php-cli