Тёмный

Nginx inside Docker Container 

Mafia Codes
Подписаться 44 тыс.
Просмотров 98 тыс.
50% 1

🐳 Deploy a Docker Nginx Container: zeet.co/r/yourstruly
(One FREE project forever 😘)
In less than 60 seconds • How to Deploy a Docker...
In this video you will learn - How to run a #Nginx container using #Docker.
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! www.kite.com/get-kite/?...
FREE $100 credit @Digital Ocean: m.do.co/c/3208f08b3324
Patreon: / trulymittal
Subscribe: ru-vid.com...
Github (tutorial): gist.github.com/trulymittal/c...
Docker: www.docker.com/
Docker hub: hub.docker.com/
Docker Installation:
Windows: docs.docker.com/docker-for-wi...
MacOS: docs.docker.com/docker-for-ma...
---------------
What I use
---------------
Mouse: amzn.to/2O9RJtu
Keyboard: amzn.to/2qxajCU
Keyboard 2: amzn.to/2XDWH4X
Monitor: amzn.to/2pDg7dH
Processor: amzn.to/347WWIb
RAM: amzn.to/2QEkUqw
Graphics: amzn.to/33aBrF4
Microphone: amzn.to/2DabdI9
#yoursTruly #docker #nginx #Dockerfile #docker-compose #docker-hub #tutorial #how-to

Опубликовано:

 

11 авг 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 53   
@bloxxer02
@bloxxer02 2 года назад
he got right to the point and wasted no time. keep up the good content
@Abel_Lopez_
@Abel_Lopez_ 3 года назад
Great tutorial! Thank you, yoursTruly!
@God.Almighty
@God.Almighty 3 года назад
nice tut and easy to follow. thanks mate.
@crusoe-thelegend3078
@crusoe-thelegend3078 3 года назад
Seriously the best !
@HarshitGuptarocks
@HarshitGuptarocks Год назад
Thanks a lot....Found it quite helpful and to the point with proper explanation....
@mafiacodes
@mafiacodes Год назад
Glad it was helpful!
@korbkrys5868
@korbkrys5868 3 года назад
How would you do this with a Dockerfile?
@mohamedtammal5015
@mohamedtammal5015 7 месяцев назад
Thank you. Great work
@angelmauriciorivas6160
@angelmauriciorivas6160 3 года назад
Excellent, thank you so much
@smallzaa8419
@smallzaa8419 2 года назад
Simple and clear, wonderful
@mafiacodes
@mafiacodes 2 года назад
Thank you 🙂 Subscribe Like share
@crowlsyong
@crowlsyong Год назад
thanks man solid video
@mardanmw27
@mardanmw27 2 года назад
Great content !!!
@samueladriancanaviriroque6718
@samueladriancanaviriroque6718 2 года назад
excellent to start
@utubeuser1491
@utubeuser1491 Месяц назад
thanks dude
@severtone263
@severtone263 6 месяцев назад
Thx mate.
@harishh4464
@harishh4464 Год назад
Very neat explanation .TQSM .
@mafiacodes
@mafiacodes Год назад
Welcome 😊
@VulcanOnWheels
@VulcanOnWheels 3 месяца назад
Thanks for a great video, but I had hoped to be able to use PHP in NGiNX. I hope to find that somewhere else.
@AGGPEE
@AGGPEE 8 месяцев назад
Noice, but how do I configure it?
@dronefilmsgermany
@dronefilmsgermany Год назад
How did you change your bash prompt to Arrow. It's really cool.
@mafiacodes
@mafiacodes Год назад
its a mix of oh-my-zsh + spaceship prompt, easier would be to fish shell 🐟
@streamx2
@streamx2 3 года назад
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
@vincent-thomas
@vincent-thomas 2 года назад
yes
@varunreddyyedulla8514
@varunreddyyedulla8514 Год назад
@@vincent-thomas How?
@biswajitpatrapatra4159
@biswajitpatrapatra4159 Год назад
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 .
@varunreddyyedulla8514
@varunreddyyedulla8514 Год назад
Did you get it??
@neerajrana2077
@neerajrana2077 2 года назад
if someone can help out with, "Install NGINX docker image and set up a reverse proxy on eCom Jenkins". Appreciate it.
@aathivive
@aathivive 4 года назад
thank you. it was very informative
@mafiacodes
@mafiacodes 4 года назад
Subscribe like share
@eziomentor24
@eziomentor24 2 года назад
I have a problem it doesnt change from default page of nginx to my new index page can u help me pls
@mafiacodes
@mafiacodes 2 года назад
You need to map ur index
@blackbarry45
@blackbarry45 3 года назад
how about dockerized reverse proxy that forwards traffic to a different containers based on domain ? ;)
@mafiacodes
@mafiacodes 3 года назад
Well u can do that easily using the ceryx based on nginx and openresty 😉
@blackbarry45
@blackbarry45 3 года назад
@@mafiacodes ok thanks.
@blackbarry45
@blackbarry45 3 года назад
@@mafiacodes i'm still not able to do it so whatever :D
@varunreddyyedulla8514
@varunreddyyedulla8514 Год назад
@@blackbarry45 Did you do it?
@longsyee
@longsyee 3 года назад
what if ssl port 443? and Revesal proxy =)
@mafiacodes
@mafiacodes 3 года назад
then we need to work a lil bit and provide a nginx.conf file for the same...
@jeanclo5384
@jeanclo5384 3 года назад
how could I use that command with the -v flag in windows 10
@hardlyconfused3541
@hardlyconfused3541 11 месяцев назад
good
@ashique12009
@ashique12009 4 года назад
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.
@harishh4464
@harishh4464 Год назад
Please make Kubernetes classes tooo
@mafiacodes
@mafiacodes Год назад
will do sometime
@stefanenascimento4854
@stefanenascimento4854 3 года назад
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
@mafiacodes
@mafiacodes 3 года назад
I’ll try
@HyperCazual
@HyperCazual Год назад
can't reach 2:08
@chief-keef-sosa
@chief-keef-sosa 4 месяца назад
wür mich bre
@s.archanareddy9685
@s.archanareddy9685 2 года назад
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
@crowlsyong
@crowlsyong Год назад
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
@andrzejrzeszutek2066
@andrzejrzeszutek2066 3 месяца назад
Great content!
Далее
Запуск Nginx в контейнере Docker
20:55
Разоблачение ушные свечи
00:28
Просмотров 296 тыс.
Using docker in unusual ways
12:58
Просмотров 428 тыс.
Apache vs NGINX
7:53
Просмотров 274 тыс.
Why The Windows Phone Failed
24:08
Просмотров 189 тыс.
What is Nginx?
11:45
Просмотров 55 тыс.
3 ways to reduce the size of your docker images
17:20
Разоблачение ушные свечи
00:28
Просмотров 296 тыс.