How to install Apache web server in a Docker container

Поделиться
HTML-код
  • Опубликовано: 27 июн 2022
  • НаукаНаука

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

  • @TakemetoSicily
    @TakemetoSicily Год назад +8

    This was one of the best tutorials I've seen, ever. Well done.

  • @SherazChoudhary
    @SherazChoudhary Год назад +5

    Excellent, clear, concise tutorial! 😀 Well done!

  • @kmehour
    @kmehour 8 месяцев назад

    I love how you make this so simple. Thanks !

    • @absprog
      @absprog  8 месяцев назад

      Glad it was helpful!👍

  • @MariMaea
    @MariMaea Год назад +1

    Impressive tutorial, I learned a lot! Thank you!

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

      Glad it was helpful! Thank you too 👍

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

    Thanks a lot for this. Your tutorial made setting this up in one go a breeze.

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

      Thank you, I appreciate your positive feedback 👍

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

    Great explanation, straight to the point.

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

      Thank you for your feedback! 👍

  • @guidowitt-dorring124
    @guidowitt-dorring124 Год назад +1

    Amazing tutorial! You need more subscribers, well, you just gained one!

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

      Thank you very much! 🤗

  • @idouxda
    @idouxda Год назад +1

    Thanks for explaining not to use the latest tag and why we shouldn't use the latest tag in our Dockerfiles

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

      Thank you for your feedback and support :-)

  • @robertlatala4389
    @robertlatala4389 Год назад +1

    Great tutorial. Perfect job.

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

    This is a good tutorial. Thanks!

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

      Glad it was helpful!👍

  • @thelazycomputer99
    @thelazycomputer99 3 месяца назад

    easy to understand, to the point!
    thanks

    • @absprog
      @absprog  3 месяца назад

      Glad it helped!😊

  • @natural8471
    @natural8471 3 месяца назад

    Excellent tutorial!!!! Nice!
    Thanks
    Very helpful!

    • @absprog
      @absprog  3 месяца назад +1

      I'm glad you found this helpful👍

  • @DanielkPhotography
    @DanielkPhotography 6 месяцев назад

    Will there be a tutorial where port 443 is activated and we can use htttps on our server?

  • @oliveraceves8304
    @oliveraceves8304 Год назад +1

    Great tutorial. Question: I am currently running an Apache container and all works well. I need to update Apache in the container to remediate some vulnerabilities. What is the best way of going about that?

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

      Just use the latest image. That’s the point of using containers, rather than a native installation - you don’t have to update anything, you just get rid of the outdated container and replace it with an updated one

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

      @@absprog thank you for the response. What happens to my configuration? Do I need to copy it over?

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

      @@oliveraceves8304 Which configuration? Do you have any configuration files for the Apache servers? Where are these files located?

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

    you are gold!

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

      I appreciate your support. Thanks for the feedback!

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

    First thank you very much
    Here is the problem
    I did exactly as you said
    So far it working so great, but when i reload the url its not working.
    Can you please help me wirh it

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

    Very nice video!
    I need to create an apache website with php 8.0, where can I specify the php version?

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

      I think you need to add the php image too. Something about docker-compose where you specify all the images you need (eg: httpd, php, phpmyadmin) for your container. I'm not sure, I try to figure out all the information I found trying to understand Docker.

  • @UD-Blackknight
    @UD-Blackknight Год назад

    Excellent

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

      Thank you so much 🤗

  • @fvewfweefef5735
    @fvewfweefef5735 6 месяцев назад

    hi i have problem in docker and i dont anderstand it cann you help me please if we cann talk private for more privacy

    • @absprog
      @absprog  6 месяцев назад

      Hello, I do private consulting for $60 an hour. Send me an email if you’re interested!

  • @RogerHolden
    @RogerHolden 9 месяцев назад

    Great, but updates to the HTML files don't show unless the container is restarted - and no web developer is going to work like that.

    • @absprog
      @absprog  9 месяцев назад

      That’s not accurate. You can use a volume, and if you change any HTML file there, just refresh the browser and you’ll see the changes :-)
      It’s all in the video!

  • @elizabethguevara9534
    @elizabethguevara9534 7 месяцев назад

    Como descargar imagen de apache a local

  • @amirvirtuoso6562
    @amirvirtuoso6562 8 месяцев назад

    This message appears for me when I try to create the image (9:29)
    * ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount1330766031/Dockerfile: no such file or directory *