Skip to content

sidiqui-014/nginx-docker-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Simple Nginx Docker Project

This is a basic project to run an Nginx web server using Docker. Perfect for beginners like me to understand how containers serve static web content.

๐Ÿš€ How to Run

You can run this project in two ways:

Option 1: Use official Nginx image

docker run -d -p 8080:80 nginx

###run this using browser
http://<public ip address>:8080

###also add a screenshot image .

#also used some basic command

docker pull nginx

#after pulling - cheeck the image
docker images

REPOSITORY    TAG       IMAGE ID       CREATED        SIZE
nginx         latest    22bd15417453   4 days ago     192MB

#after running this command getting a output like this .

About

a simple project showing how to deploy an nignix web server using docker on aws ec2 insatance via mobaxtrem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages