This image is with amazon-linux 2 OS created for running php applications. This include Apache which runs on port 80, php8.2, wkhtmltopdf, gd library.
docker run -d -p 8081:80 saikrishna1488/amazon-apache-php82
if you are facing any issues while running the above command use the below command
docker run -it -p 8081:80 saikrishna1488/amazon-apache-php82
latest :- in this version the Apache will start automatically
v1 :- In this version Apache will not start automatically
v2 :- In this version Apache will not start automatically and index.php also no placed
Content type
Image
Digest
sha256:1c9035038…
Size
842.8 MB
Last updated
almost 3 years ago
docker pull saikrishna1488/amazon-apache-php82