Docker-izing a PHP and MySQL Web App

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 11

  • @rpmarketing9864
    @rpmarketing9864 ปีที่แล้ว

    Very well explained, thank you so much!

  • @thomascaron8812
    @thomascaron8812 3 ปีที่แล้ว +2

    Easy, straightforward, well explained, thank you for your video ;)

  • @gasperzargi5715
    @gasperzargi5715 2 ปีที่แล้ว

    Very well explained. Thank you 👍.
    One question: in your example you are using image php:7.3-apache that already contains php and apache server. On docker hub there is plenty images like that with specified different versions of PHP and not specifying Apache version (or am I missing something). What if I want to replicate production evironment with very specific verions od PHP na Apache (PHP 7.4.28 and Apache 2.4.52 for example)? I see that there are separate official pages just apache and just PHP. How would you use those to integrate them together for very specific development environment? Thank you

  • @sugunankumaraguru6643
    @sugunankumaraguru6643 3 ปีที่แล้ว +1

    Docker starts at 4:40

  • @alberthien3720
    @alberthien3720 2 ปีที่แล้ว

    Great work but I have tried docker- compose up and get error not recognised

    • @medhatelmasry3818
      @medhatelmasry3818  2 ปีที่แล้ว

      There is no space after - in the ‘docker-compose up’ command.

  • @chigoziekingsley9305
    @chigoziekingsley9305 3 ปีที่แล้ว

    well explained tnx

  • @medmejri1985
    @medmejri1985 3 ปีที่แล้ว

    thank you :)

  • @GergelyCsermely
    @GergelyCsermely 2 ปีที่แล้ว

    Thanks

  • @myassardeveloper55
    @myassardeveloper55 3 ปีที่แล้ว

    thanks for explained , I had an error form this command COPY src /var/www/html/ . I tried to apply it by write it on CMD but I think there is something wrong.