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?
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
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
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!
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.
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 *
This was one of the best tutorials I've seen, ever. Well done.
Wow, thanks!
Excellent, clear, concise tutorial! 😀 Well done!
Thanks for explaining not to use the latest tag and why we shouldn't use the latest tag in our Dockerfiles
Thank you for your feedback and support :-)
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?
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
@@absprog thank you for the response. What happens to my configuration? Do I need to copy it over?
@@OliOli916 Which configuration? Do you have any configuration files for the Apache servers? Where are these files located?
Will there be a tutorial where port 443 is activated and we can use htttps on our server?
I love how you make this so simple. Thanks !
Glad it was helpful!👍
Amazing tutorial! You need more subscribers, well, you just gained one!
Thank you very much! 🤗
Thanks a lot for this. Your tutorial made setting this up in one go a breeze.
Thank you, I appreciate your positive feedback 👍
Impressive tutorial, I learned a lot! Thank you!
Glad it was helpful! Thank you too 👍
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
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.
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!
Excellent tutorial!!!! Nice!
Thanks
Very helpful!
I'm glad you found this helpful👍
Great explanation, straight to the point.
Thank you for your feedback! 👍
Very nice video!
I need to create an apache website with php 8.0, where can I specify the php version?
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.
Great tutorial. Perfect job.
Thank you
hi i have problem in docker and i dont anderstand it cann you help me please if we cann talk private for more privacy
Hello, I do private consulting for $60 an hour. Send me an email if you’re interested!
This is a good tutorial. Thanks!
Glad it was helpful!👍
easy to understand, to the point!
thanks
Glad it helped!😊
Como descargar imagen de apache a local
Excellent
Thank you so much 🤗
you are gold!
I appreciate your support. Thanks for the feedback!
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 *
I am facing the same