Student Reviews
( 5 Of 5 )
1 review
Video of Nginx Mastery Getting Started with Nginx Docker Docker Compose in Nginx HTTP Server course by Very Academy channel, video No. 1 free certified online
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