Skip to content

Latest commit

 

History

History
 
 

php

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Image on Docker Hub: https://hub.docker.com/r/iron/php

Using

docker run -it --rm iron/php php -v

Building this image

docker build -t iron/php:latest .

Tag the version, check it with docker run --rm iron/php php -v:

docker tag -f iron/php:latest iron/php:5
docker tag -f iron/php:latest iron/php:5.Y
docker tag -f iron/php:latest iron/php:5.Y.Z

Push:

docker push iron/php