Nginx Mastery | Getting Started with Nginx | Docker | Docker Compose

  Рет қаралды 62,302

Very Academy

Very Academy

Күн бұрын

The Nginx Mastery Series.
Introducing Nginx
- [ ] Getting started with Docker and Nginx
- [ ] Pull image from Docker
- [ ] Run Nginx container
- [ ] Docker stop container
- [ ] Verifying your installation
- [ ] Nginx -v
- [ ] Docker top web
- [ ] curl localhost
- [ ] Browser localhost:8080
- [ ] Basic Service management
- [ ] service nginx start
- [ ] service nginx stop
- [ ] Nginx commands
- [ ] -h
- [ ] -v -V
- [ ] -t -T
- [ ] -s signal
- [ ] Nginx default folder /usr/share/nginx/html
- [ ] Docker-compose file - using volumes
- [ ] Serving custom pages - index.html
- [ ] Building a new Nginx image
- [ ] DockerFile

Пікірлер: 52
@vidyamhatre7405
@vidyamhatre7405 16 күн бұрын
Best content on nginx on the internet so far 🎉❤🎉 Thank you very much
@Mathias-cq3zo
@Mathias-cq3zo 2 жыл бұрын
oohhh man!! hahahaha I swear to god that every time I'm given a task in my job or university, just like magic you come up with a related topic hahaha love it!!. Thanks Zan for helping the greeny devs community
@veryacademy
@veryacademy 2 жыл бұрын
That's great to hear! I will do a few more of these moving towards deployment with django. I keep getting asked for deployment tutorials, this is the underpinning knowledge in preparation. Keep the suggestions coming, always good to know what you are being asked to do, helps me keep relevant.
@BluRRedV1sI0N
@BluRRedV1sI0N 2 жыл бұрын
Thanks man! I know the basics of Nginx and used it often but I wanna really understand what is going on and how to configure it - so huge thanks!
@njmsaikat
@njmsaikat 2 жыл бұрын
Lovely content man. Always appreciate your work and thanks for the wonderful explanation of each topic.
@practicalbong1497
@practicalbong1497 Жыл бұрын
best video on nginx for so far on youtube
@vijayabhaskarj3095
@vijayabhaskarj3095 2 жыл бұрын
This is great I was just learning Nginx.
@user-kd9tp6um8y
@user-kd9tp6um8y Жыл бұрын
Amazing Course!
@edchelstephens
@edchelstephens 2 жыл бұрын
Saw this vid on my feed. Will watch later. Thanks Very Academy 💯
@veryacademy
@veryacademy 2 жыл бұрын
Hope you like it!
@pabloqp7929
@pabloqp7929 7 ай бұрын
incredible 🚀 hats off
@MunirNawaz
@MunirNawaz 13 күн бұрын
well explained!
@liorbm1
@liorbm1 Жыл бұрын
This series looking amazing ! thanks ! (open resty is going to be next ?)
@jaimedan2358
@jaimedan2358 Жыл бұрын
Thanks a lot for all this job.
@mahmudulhassan9043
@mahmudulhassan9043 2 жыл бұрын
Thank you very much for creating tutorial about nginx.. Love from Bangladesh ❤️❤️
@veryacademy
@veryacademy 2 жыл бұрын
A few more to come
@thanhquachable
@thanhquachable Жыл бұрын
Thanks a lot for the videos, high-quality and top-class explanation. I am not sure but you might make college obsolete lol. I am deploying my django app onto AWS, I just wonder if there is any other reaons we use NginX as a reverse proxy, besides security, because in this case, EC2 acts as a load balancer, which is something Nginx can do too.
@MrBrackets
@MrBrackets Жыл бұрын
great video!
@mariocortes2670
@mariocortes2670 2 жыл бұрын
Nice tutorial!
@kwonkwon7460
@kwonkwon7460 Жыл бұрын
thanks! that's really helpfulllllllll!
@jhalmu
@jhalmu 2 жыл бұрын
Thanks, in my todo list was to install nginx in docker in my server :)
@colosus2811
@colosus2811 2 жыл бұрын
Great!!! Thank u!
@veryacademy
@veryacademy 2 жыл бұрын
You're welcome!
@tomgcolemangoplayer
@tomgcolemangoplayer Жыл бұрын
In windows, after editing the html file the browser gets 403, seems the service needs full access to the folder. Same when starting docker with the directory mapped if the folder is empty.
@jerome_ee6522
@jerome_ee6522 5 ай бұрын
Thanks man.
@michaellindsey2459
@michaellindsey2459 Жыл бұрын
Thanks!
@veryacademy
@veryacademy Жыл бұрын
Thank you!
@tomgcolemangoplayer
@tomgcolemangoplayer Жыл бұрын
Would like to install vs docker extension, tried a few couldn't find it. Please share link / name in description, thanks! oops, had it installed, but disabled. ha ha. View | Extensions | search for docker ... first one listed. good stuff, fun to play along.
@MyNirvana
@MyNirvana Ай бұрын
Sorry for the ignorance, What is the software interface that you use where all of it is displaying above for example at 12.40 on the screen
@Coden69
@Coden69 2 жыл бұрын
Thanks
@nateriver8261
@nateriver8261 2 жыл бұрын
Amazing content. Can you show how to ssl certificates with nginx and docker
@veryacademy
@veryacademy 2 жыл бұрын
Yeah building up to it
@TechSense
@TechSense 2 жыл бұрын
Which theme are you using for vscode? It looks so clean
@veryacademy
@veryacademy 2 жыл бұрын
Night Owl
@jeffsadowski
@jeffsadowski Жыл бұрын
I'm actually trying to learn some things about docker. So with your Dockerfile and using docker-compose when they update nginx:latest will it automatically build with the latest nginx when you run "docker-compose down && docker-compose up -d"
@veryacademy
@veryacademy Жыл бұрын
Remember that when you build the image, that is when the image is pulled down. docker-compose down command helps to Stop and remove containers, networks, images, and volumes.
@KrishnaManohar8021
@KrishnaManohar8021 2 жыл бұрын
First View 🌅
@veryacademy
@veryacademy 2 жыл бұрын
🥳
@brucebannon949
@brucebannon949 7 ай бұрын
I can't get the docker extension to connect. Is it a bug? Has something changed?
@rad0f
@rad0f 2 жыл бұрын
Just what i needed.. can you do a video on best practices to integrate React inside django views? Not SPA. Thank you!
@user-rx4ol5cb9f
@user-rx4ol5cb9f 2 жыл бұрын
I use Vue for that purpose because in past it was impossible to inject React this way...
@rad0f
@rad0f 2 жыл бұрын
@@user-rx4ol5cb9f thought so too. I used Vue a couple times and it works good. Maybe React works only good with SPAs.
@Ravisingh-dl3jr
@Ravisingh-dl3jr 2 жыл бұрын
Do you plan to open your discord community? Love your videos
@veryacademy
@veryacademy 2 жыл бұрын
I thought it was! Will get that sorted today!
@etiennerobert6462
@etiennerobert6462 2 жыл бұрын
Hi, please explain if using Docker will increase paying cost on the cloud or decrease performance.
@python1419
@python1419 9 ай бұрын
Docker can be a cost-effective and performance-boosting tool for cloud computing if used correctly
@enchance
@enchance Жыл бұрын
What's the link of the next video?
@jamshid_dev
@jamshid_dev 2 жыл бұрын
f"thaks you {'very' * 100} much 👍👍👍✊😉"
@veryacademy
@veryacademy 2 жыл бұрын
🙏
@KrishnaManohar8021
@KrishnaManohar8021 2 жыл бұрын
Please complete authentication & authentication reset of videos.
@veryacademy
@veryacademy 2 жыл бұрын
Hi Manu, sorry, not quite sure what you mean by this can you elaborate a little please?
@MuhammadMustafa-rd6vg
@MuhammadMustafa-rd6vg Жыл бұрын
Use this if you dont want to use docker compose - docker run -it -d -p 8080:80 -v /path/to/folder:/usr/share/nginx/html nginx
Nginx Mastery | Nginx Connection Processing Architecture
15:10
Very Academy
Рет қаралды 12 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,4 МЛН
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 47 МЛН
I Need Your Help..
00:33
Stokes Twins
Рет қаралды 138 МЛН
顔面水槽をカラフルにしたらキモ過ぎたwwwww
00:59
はじめしゃちょー(hajime)
Рет қаралды 37 МЛН
Is this the BEST Reverse Proxy for Docker? // Traefik Tutorial
21:57
Christian Lempa
Рет қаралды 491 М.
Docker Compose in 12 Minutes
12:00
Jake Wright
Рет қаралды 1,2 МЛН
Ultimate Docker Compose Tutorial
1:03:14
TechWorld with Nana
Рет қаралды 127 М.
Apache vs NGINX
7:53
IBM Technology
Рет қаралды 247 М.
Flask Load Balancing Using Nginx and Docker
18:39
DevGuyAhnaf
Рет қаралды 31 М.
Nginx | Cache Introduction | Docker
39:26
Very Academy
Рет қаралды 7 М.
Proxy vs Reverse Proxy (Real-world Examples)
5:17
ByteByteGo
Рет қаралды 503 М.
Docker Compose Tutorial
33:02
Programming with Mosh
Рет қаралды 423 М.
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 47 МЛН