Skip to content

Build PHP Containters. 7.1.4, 5.6.4 and 5.1.6

Notifications You must be signed in to change notification settings

MakishimaYudai/docker-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-PHPs

Build php containers 7.3.14, 5.6.4 and 5.1.6

Install

$ docker-compose up -d
$ docker exec -it php-5.1.6 bash
$ docker exec -it php-5.6.4 bash
$ docker exec -it php-7.3.14 bash

Web Access

# php-7.3.14
$ open http://localhost:4001

# php-5.6.4
$ open http://localhost:4002

# php-5.1.6
$ open http://localhost:4003

About

Build PHP Containters. 7.1.4, 5.6.4 and 5.1.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 76.7%
  • Dockerfile 21.4%
  • Shell 1.8%
  • PHP 0.1%