Then why don't my videos get any views??? I've started changing the way I record videos and am getting in front of the camera. Let's hope more people will start seeing my stuff!
I've tried to make my videos short and to the point. But, what I learned is that TH-cam can only put in a long ad after 8 minutes, so the algo doesn't promote shorter videos as much because there's not as much $$$ to be made. Apparently I should be rambling about world politics a little more. Thanks for watching and commenting! I really appreciate it!
I'm new to docker (started looking into it like one day ago). I get the concept, but I was having trouble understanding two things. One was how do you actually save information once the container is stopped. The second was how to get a server like apache in docker to load a folder inside Windows. This clears up a lot, thanks. Next thing I'm going to want to look in to is how do I update apache settings? Do I edit the container files directly than build a new image... or do I run docker commands to edit apaches settings every time I open it like the way we changed the location of the website files? Also have to look in to setting up mySql so I can run a personal wiki site... I imagine Ill have try to do them all through Docker. Im sure once I figure all this out, everything will make sense for future installs.
I started learning about it recently too! For you question regarding saving the files, you can mount the files to your local machine, so you won’t lose any files.
I create normal mysql, php, phpmyadmin and apache container and it works but when I create .htaccess and add some code to it i always getting Internal server error 500@@cameronmcnz
Thanks. I wasn't sure what to put into a quick 'Apache and Docker' tutorial. I figured this at least gets you started. Once you get things going, you can start using volumes and maybe even updating Apache configuration data. Was thinking about some videos like that too.
@@cameronmcnz actually, I would be happy to see a full guide, includes the index.html and css files. I know that it is not really related to Docker but a full guide with Docker-Apache and html-CSS-JS is ultimate one!
You are very good at explaining WHY things work the way they work and WHY you are doing something a particular way. Very good tutorial. Thank you
Then why don't my videos get any views???
I've started changing the way I record videos and am getting in front of the camera. Let's hope more people will start seeing my stuff!
comprehensive in less than 8 mins. Thank you
I've tried to make my videos short and to the point. But, what I learned is that TH-cam can only put in a long ad after 8 minutes, so the algo doesn't promote shorter videos as much because there's not as much $$$ to be made. Apparently I should be rambling about world politics a little more.
Thanks for watching and commenting! I really appreciate it!
Straight to the point and I will be using this in my DevOps projects
It's the only way to do it!
Thanks for watching and commenting!
I'm new to docker (started looking into it like one day ago). I get the concept, but I was having trouble understanding two things. One was how do you actually save information once the container is stopped. The second was how to get a server like apache in docker to load a folder inside Windows. This clears up a lot, thanks.
Next thing I'm going to want to look in to is how do I update apache settings? Do I edit the container files directly than build a new image... or do I run docker commands to edit apaches settings every time I open it like the way we changed the location of the website files?
Also have to look in to setting up mySql so I can run a personal wiki site... I imagine Ill have try to do them all through Docker.
Im sure once I figure all this out, everything will make sense for future installs.
I started learning about it recently too! For you question regarding saving the files, you can mount the files to your local machine, so you won’t lose any files.
it is strange because i launch same command fronm linux and i have nothing into htdocs directory and only index of empty page is displayed, any idea ?
The $ sign and curly braces {pwd} are for Windows paths ... the Linux equivelent is for a path is regular brackets $(pwd)
htaccess doesnt apply to the web page
What do you mean?
I create normal mysql, php, phpmyadmin and apache container and it works but when I create .htaccess and add some code to it i always getting Internal server error 500@@cameronmcnz
So nice. Thank you! :*
So glad I could help. Apache and Docker seems to be really under-represented. Lots of Nginx. Not a lot of Apache.
Amazing. Thanks!
Thanks. I wasn't sure what to put into a quick 'Apache and Docker' tutorial. I figured this at least gets you started. Once you get things going, you can start using volumes and maybe even updating Apache configuration data. Was thinking about some videos like that too.
@@cameronmcnz actually, I would be happy to see a full guide, includes the index.html and css files.
I know that it is not really related to Docker but a full guide with Docker-Apache and html-CSS-JS is ultimate one!
@@MathoAvito I stole it all from a very Scrumtuous website. :)
www.scrumtuous.com/aws/exam/2022/01/01/css-javascript-html-files.html
amazing!
Thanks for the vote of confidence, Cesar!
😀 Prⓞм𝕠𝕤𝐌
Happy Docker!