About 777,000 results
Open links in new tab
  1. php - Official Image | Docker Hub

    In such cases, you can run a PHP script by using the PHP Docker image directly: Many extensions are already compiled into the image, so it's worth checking the output of php -m or …

  2. How to Use Docker to Containerize PHP and Apache - How-To Geek

    Here's how to containerize a PHP web application using the Apache server. We'll use the official PHP Docker image as our base. Variants preconfigured with Apache are provided, so you …

  3. Dockerizing a PHP application. Apache, PHP, MySQL - Medium

    Apr 10, 2021 · This piece is about the directives to build a docker image of a PHP application running on an Apache server, and talking to a MySQL database. Check out this article if you’re …

  4. Setup an Apache, PHP, and HTTPS development environment with Docker

    Nov 9, 2022 · Docker provides pre-built Apache and PHP images which can be downloaded and run on any OS where Docker is installed (see the Docker installation instructions). The …

  5. Easy Apache PHP Guide with Docker Compose, MySQL and …

    Nov 20, 2023 · With a Docker container, you can use Docker Compose and spin up the Apache server and MySQL database to run your PHP apps. You will learn how to set up a PHP …

  6. Run PHP application using Docker with Apache and SSL certificates

    Jan 10, 2023 · Docker provides pre-built PHP images with Apache which will be used to run this PHP application. The following sections describe how to prepare a Docker environment that …

  7. How to Deploy PHP, Apache, and MySQL with Docker Compose

    Apr 26, 2025 · In this article, we’ll walk you through the step-by-step process of deploying PHP, Apache, and MySQL using Docker Compose. We’ll cover the necessary configuration, provide …

  8. GitHub - PHPPlatform/docker-php-apache: Docker Official Image

    This is the Git repo of the Docker official image for php. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and …

  9. Running the Apache HTTP Server with PHP inside Docker

    This command runs your docker image my/apache-php in a docker container. The Docker container is named apache for further reference. Port 80 inside the container, which is where …

  10. Docker - how to set up Apache + PHP in docker-compose.yml

    This works with a single Docker image and a single service, since there is already an official PHP image based on latest Debian GNU/Linux stable and with Apache HTTPd webserver. Info: …

Refresh