Sign inSign up

vandries/phpenv

By vandries

•Updated almost 11 years ago

PHPenv Dockerfile for trusted automated Docker builds. Based on Debian wheezy

Image
0

2.3K

vandries/phpenv repository overview

⁠phpenv

PHPenv Dockerfile for trusted automated Docker builds.

⁠PHPenv Dockerfile

This repository contains Dockerfile of PHPenv⁠ for Docker⁠'s automated build⁠ published to the public Docker Hub Registry⁠.

⁠Base Docker Image
  • debian:wheezy
⁠Installation
  1. Install Docker⁠.

  2. Download automated build⁠ from public Docker Hub Registry⁠: docker pull vandries/phpenv

    (alternatively, you can build an image from Dockerfile: docker build -t="vandries/phpenv" github.com/vandries/phpenv)

⁠Usage
docker run -d vandries/phpenv

This version intall raw phpenv. Right way to use it :

docker run -i -t vandries/phpend /bin/bash
$> phpenv install php-5.x.y
$> phpenv global 5.x.y
$> phpenv rehash
⁠Usage with specific version

Images with specific version of PHP are now available.

docker run -d vandries/phpenv:5.x

Supported versions :

  • 5.3 : 5.3.29
  • 5.4 : 5.4.32
  • 5.5 : 5.5.16
  • 5.6 : 5.6.0

Tag summary

Content type

Image

Digest

sha256:a3de4dfcd…

Size

263.4 MB

Last updated

almost 11 years ago

docker pull vandries/phpenv