This image is with ubuntu 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/ubuntu-apache-php82:v1
if you are facing any issues while running the above command use the below command
docker run -it -p 8081:80 saikrishna1488/ubuntu-apache-php82:v1
v1:- In this version the Apache service will automatically start when a new container is launches and a default index.php is there
v2:- In this version the Apache service will not automatically starts we have to start it by using the command "/usr/sbin/apache2ctl -D FOREGROUND "
Content type
Image
Digest
sha256:33e981611…
Size
304 MB
Last updated
over 2 years ago
docker pull saikrishna1488/ubuntu-apache-php82:v2