Linux serverlinux web serverNETWORK ADMINISTRATIONS

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

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

source

by Very Academy

linux web server

23 thoughts on “Nginx Mastery | Getting Started with Nginx | Docker | Docker Compose

  • I can't get the docker extension to connect. Is it a bug? Has something changed?

  • 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"

  • 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

  • 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.

  • 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.

  • 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.

  • This series looking amazing ! thanks !
    (open resty is going to be next ?)

  • Lovely content man. Always appreciate your work and thanks for the wonderful explanation of each topic.

  • 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!

  • Which theme are you using for vscode? It looks so clean

  • Thank you very much for creating tutorial about nginx.. Love from Bangladesh ❤️❤️

  • Amazing content. Can you show how to ssl certificates with nginx and docker

  • Saw this vid on my feed. Will watch later. Thanks Very Academy 💯

Comments are closed.