Skip to content
Snippets Groups Projects
user avatar
Gérôme Canals authored
07bd520b
History

###Tests for the php/apache images

####for php-apache images :

$ ./docker-php-apache.test.sh tag
...

should lead to the creation and enaction of a docker container based on image canals/php:tag. Default value for tag is latest

To verify that everything goes well, just point your preferred browser to the following urls:

####for php-cli images :

$ ./docker-php-cli.test.sh tag
...

should lead to the creation and enaction of a docker container based on the image canals/php:tag The container runs the following command :

php -S 0.0.0.0:8000

To verify that everything goes well, just point your preferred browser to the following urls: