Skip to content

Ubuntu docker image with phpenv. Use different versions of PHP in a easy way.

License

Notifications You must be signed in to change notification settings

jrobinsonc/docker-phpenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-phpenv

Ubuntu docker image with phpenv. Use different versions of PHP in a easy way.

https://hub.docker.com/r/jrobinsonc/phpenv/

Usage

Start a new container from this image:

docker pull jrobinsonc/phpenv
docker run -it jrobinsonc/phpenv /bin/bash

Using phpenv:

You can list the available PHP releases by running:

phpenv install --releases

To build one of the listed releases run:

phpenv install php-5.3.20

To enable one specific version of PHP run:

phpenv global 5.3.20

For more details please visit phpenv usage.

License

Released under the MIT license.

About

Ubuntu docker image with phpenv. Use different versions of PHP in a easy way.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published