PHPenv Dockerfile for trusted automated Docker builds. Based on Debian wheezy
2.3K
PHPenv Dockerfile for trusted automated Docker builds.
This repository contains Dockerfile of PHPenv for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
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)
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
Images with specific version of PHP are now available.
docker run -d vandries/phpenv:5.x
Supported versions :
Content type
Image
Digest
sha256:a3de4dfcd…
Size
263.4 MB
Last updated
almost 11 years ago
docker pull vandries/phpenv