How to Serve PHP Websites Locally using Docker and Apache

Поделиться
HTML-код
  • Опубликовано: 3 сен 2020
  • In this video I'll show you how we can use Docker to run a local Apache server instance. We'll first host a static website on it, then we'll host a PHP based one.
    This is a lot simpler than you think!
    Follow me on twitter: / josecanhelp
    --
    This video was previously recorded for my DayToDay Docker site, but I'm bringing those resources over to RUclips.
  • НаукаНаука

Комментарии • 21

  • @im_harl3y
    @im_harl3y 4 месяца назад

    3 years later and still came in clutch! Thanks for your tutorials!

  • @ninersseven
    @ninersseven 2 года назад +1

    Oh, Jose can really help! Thanks!

  • @ezp721
    @ezp721 3 года назад +2

    Amazing explanation! Thanks for share!

  • @fajarsetiawansiagian
    @fajarsetiawansiagian Год назад

    thanks for awesome this video. its easy to make me understand how to configure docker for my PHP apps

  • @MrAKGarg007
    @MrAKGarg007 2 года назад +4

    Please continue these docker videos.

  • @mpsk
    @mpsk 2 года назад

    everything works - thank you

  • @romans7319
    @romans7319 Год назад

    Thanks. Great tutorial.

  • @ZeroSony
    @ZeroSony 3 года назад +5

    Thx for the video, but it would be nice to show how you we can do if we want to separate container. One for Apache and another one for php-fpm

  • @123twini123
    @123twini123 3 года назад +1

    great video!

  • @jaemeeamistad3700
    @jaemeeamistad3700 2 года назад

    amazing!!!

  • @Dursigns
    @Dursigns 2 года назад

    Was there ever a video created that goes over the Dockerfile?

  • @laptop12358
    @laptop12358 2 года назад

    Nice!!

  • @amoldeep4123
    @amoldeep4123 2 года назад

    i am using this image HTTPS SSL is it working or not please help me

  • @enzoscandelt3350
    @enzoscandelt3350 Год назад

    permission denied when accessing the website internally or externally

  • @shootnicktm9445
    @shootnicktm9445 3 года назад +1

    просто, наглядно, понятно =)

  • @JohnMayorga18
    @JohnMayorga18 2 года назад

    Thanks a lot I don´t know that httpd server is different at php server. Like :) .

  • @MarvinNitz
    @MarvinNitz 3 года назад +1

    How can you add php modules into the httpd image ?

    • @JoseSotoCanHelp
      @JoseSotoCanHelp 3 года назад

      In order to modify anything within the httpd image, you have to build a new image altogether. You can create a dockerfile that starts with the httpd image, add commands to manage php modules, and then build that image.