Nginx inside Docker Container

preview_player
Показать описание
(One FREE project forever 😘)

In this video you will learn - How to run a #Nginx container using #Docker.

Docker Installation:

———————————————
What I use
———————————————

#yoursTruly #docker #nginx #Dockerfile #docker-compose #docker-hub #tutorial #how-to
Рекомендации по теме
Комментарии
Автор

he got right to the point and wasted no time. keep up the good content

bloxxer
Автор

Great tutorial! Thank you, yoursTruly!

Abel_Lopez_
Автор

nice tut and easy to follow. thanks mate.

God.Almighty
Автор

Thanks a lot....Found it quite helpful and to the point with proper explanation....

HarshitGuptarocks
Автор

How would you do this with a Dockerfile?

korbkrys
Автор

Thanks for a great video, but I had hoped to be able to use PHP in NGiNX. I hope to find that somewhere else.

VulcanOnWheels
Автор

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

streamx
Автор

if someone can help out with, "Install NGINX docker image and set up a reverse proxy on eCom Jenkins". Appreciate it.

neerajrana
Автор

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 .

biswajitpatrapatra
Автор

I have a problem it doesnt change from default page of nginx to my new index page can u help me pls

eziomentor
Автор

How did you change your bash prompt to Arrow. It's really cool.

dronefilmsgermany
Автор

how about dockerized reverse proxy that forwards traffic to a different containers based on domain ? ;)

blackbarry
Автор

what if ssl port 443?
and Revesal proxy =)

longsyee
Автор

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
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
How to fix this? Thanks.

ashique
Автор

how could I use that command with the -v flag in windows 10

jeanclo
Автор

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

stefanenascimento
Автор

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

s.archanareddy
Автор

5:00 having issues? This fixed it for me. The path is different for windows:
docker run -d -p 8000:80 -v --name my-nginx nginx

crowlsyong