This image is created for the containerized development purpose of PHP.
217
This image is created for the containerized development purpose of PHP.
cd into your PHP project root directory. then run the following command.
docker run --rm -d -p 8080:80 --name my_awesome_app -v "$PWD":/var/www/html mrinjamul/php-devel:7.3.28
Now go to http://localhost:8080 . You can see the website is up.
Content type
Image
Digest
Size
166.9 MB
Last updated
over 5 years ago
docker pull mrinjamul/php-devel