https://github.com/visaltyagi/docker-case-study
How to Containerized an HTML Website using Docker on Production Environment — Docker Case Study
https://github.com/visaltyagi/docker-case-study
case case-study containerization containerization-with-docker docker html prod production study website
Last synced: 11 months ago
JSON representation
How to Containerized an HTML Website using Docker on Production Environment — Docker Case Study
- Host: GitHub
- URL: https://github.com/visaltyagi/docker-case-study
- Owner: visaltyagi
- Created: 2024-04-29T05:54:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T07:23:12.000Z (over 1 year ago)
- Last Synced: 2025-06-12T18:08:40.514Z (12 months ago)
- Topics: case, case-study, containerization, containerization-with-docker, docker, html, prod, production, study, website
- Language: Dockerfile
- Homepage: https://medium.com/devops-guides/containerized-an-html-website-using-docker-on-production-environment-docker-case-study-e6a25e0c67a1
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Case-Study
Docker-Case-Study
**Website for Implementation, fork this repository:** https://github.com/microsoft/project-html-website
In this assignment, we have Containerized an HTML Website using Docker in a Production Environment
**For a complete solution, check this link:** https://medium.com/devops-guides/containerized-an-html-website-using-docker-on-production-environment-docker-case-study-e6a25e0c67a1
Step 1: Create the EC2 Instance & Install Docker on this instance.
Step 2: Clone the Repository using the git clone command.
Step 3: Create the Dockerfile.
Step 4: Add the index.html file in the Dockerfile using the ADD command.
Step 4: Create an image using the Dockerfile.
Step 5: Create a container & map this container on port 88. The container will be successfully created if the Dockerfile is correct.
Step 6: Open the Public IP Address with Port no 88, your html website has been successfully deployed using the Docker container.