Hey can we create a proxy pass and SSL configuration with nginx inside docker, it will be very helpful if you provide some resources to refer to or any tips regarding the same.
where is the docker file ? i was trying to implement but facing some issues,there is running the container but the nginx page is not change,this was the same one as before.can u give some idea about it .
5:00 having issues? This fixed it for me. The path is different for windows: docker run -d -p 8000:80 -v /home/nginx-html:/usr/share/nginx/html --name my-nginx nginx
Good informative video but i am in volume issue. Actually i am in windows and using docker desktop. When i command docker run -d -p 80:80 -v ~/mydir:/usr/share/nginx/html --name my-nginx nginx it shows me this error: C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: invalid mode: \Program Files\Git\usr\share ginx\html. See 'C:\Program Files\Docker Toolbox\docker.exe run --help'. How to fix this? Thanks.
provide subtitles, people from another country, like me, who do not understand English have difficulty seeing the video. p.s using the translator to write this comment
After dockrr run -d -p 8000:80 ...... ngnix I got hash code Checked with docker ps -a Now coming to browser after refreshing iam not able get index.html output
he got right to the point and wasted no time. keep up the good content
Hey can we create a proxy pass and SSL configuration with nginx inside docker, it will be very helpful if you provide some resources to refer to or any tips regarding the same.
Thanks a lot....Found it quite helpful and to the point with proper explanation....
Glad it was helpful!
Thanks for a great video, but I had hoped to be able to use PHP in NGiNX. I hope to find that somewhere else.
Great tutorial! Thank you, yoursTruly!
Thank you. Great work
Noice, but how do I configure it?
Would it be possible to run multiple nginx servers from one computer? So one container could use port 8000:80 and another container using another port
yes
@@vincent-thomas How?
where is the docker file ? i was trying to implement but facing some issues,there is running the container but the nginx page is not change,this was the same one as before.can u give some idea about it .
Did you get it??
Very neat explanation .TQSM .
Welcome 😊
Seriously the best !
if someone can help out with, "Install NGINX docker image and set up a reverse proxy on eCom Jenkins". Appreciate it.
excellent to start
thanks man solid video
thanks dude
How did you change your bash prompt to Arrow. It's really cool.
its a mix of oh-my-zsh + spaceship prompt, easier would be to fish shell 🐟
Thx mate.
nice tut and easy to follow. thanks mate.
5:00 having issues? This fixed it for me. The path is different for windows:
docker run -d -p 8000:80 -v /home/nginx-html:/usr/share/nginx/html --name my-nginx nginx
Simple and clear, wonderful
Thank you 🙂
Subscribe Like share
I have a problem it doesnt change from default page of nginx to my new index page can u help me pls
You need to map ur index
thank you. it was very informative
Subscribe like share
how about dockerized reverse proxy that forwards traffic to a different containers based on domain ? ;)
Well u can do that easily using the ceryx based on nginx and openresty 😉
@@mafiacodes ok thanks.
@@mafiacodes i'm still not able to do it so whatever :D
@@blackbarry45 Did you do it?
How would you do this with a Dockerfile?
why is it render forbidden page??
I get this too, did you find the solution?
@MontanariMatheus yeah I solved it
@@nsengiyumvageorges4 how? What was the issue?
@@nsengiyumvageorges4 I might as well use your help rn bro
Excellent, thank you so much
Great content !!!
good
Please make Kubernetes classes tooo
will do sometime
what if ssl port 443?
and Revesal proxy =)
then we need to work a lil bit and provide a nginx.conf file for the same...
Tiana Mills
can't reach 2:08
wür mich bre
how could I use that command with the -v flag in windows 10
Good informative video but i am in volume issue. Actually i am in windows and using docker desktop.
When i command docker run -d -p 80:80 -v ~/mydir:/usr/share/nginx/html --name my-nginx nginx
it shows me this error:
C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: invalid mode: \Program Files\Git\usr\share
ginx\html.
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
How to fix this? Thanks.
provide subtitles, people from another country, like me, who do not understand English have difficulty seeing the video. p.s using the translator to write this comment
I’ll try
After dockrr run -d -p 8000:80 ...... ngnix
I got hash code
Checked with docker ps -a
Now coming to browser after refreshing iam not able get index.html output