Customizing an Nginx Image with Docker
Briefly

Our team needs us to deploy a custom image quickly and write a script in a file to accomplish a task.We will perform a task that we may not have encountered before, so we will ensure we do research if we do not know the answer.The mission: 1. Create an image using Nginx and add a file to display the date and time the container was deployed
2. Deploy the container with port 8080 open
3. Save the container data to the AWS Elastic Container Registry (ECR)
Prerequisites:
     Amazon Web Services(AWS) user account
     Docker account
     Integrated Development environment(IDE)- in our case Cloud9
     We need inbound access to port 80. Since we are using an AWS Cloud9 environment, we will edit our security group and add the rule as shown.
Read at Medium
[
add
]
[
|
|
]