https://github.com/visaltyagi/docker-assignment-1
How to Create a Container on Ubuntu & Install Apache2 on It — Docker Assignment 1
https://github.com/visaltyagi/docker-assignment-1
apache apache2 apachewebserver aws container devops docker dockercontainers dockerimages
Last synced: about 1 month ago
JSON representation
How to Create a Container on Ubuntu & Install Apache2 on It — Docker Assignment 1
- Host: GitHub
- URL: https://github.com/visaltyagi/docker-assignment-1
- Owner: visaltyagi
- Created: 2024-04-26T04:15:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T09:27:32.000Z (over 1 year ago)
- Last Synced: 2025-10-14T09:32:45.191Z (8 months ago)
- Topics: apache, apache2, apachewebserver, aws, container, devops, docker, dockercontainers, dockerimages
- Homepage: https://medium.com/devops-guides/create-a-container-on-ubuntu-install-apache2-on-it-docker-assignment-1-ae87240a0f22
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Assignment-1
Docker-Assignment-1
In this assignment, we have to create a container on port 80 & install apache2 on it.
**For a complete solution, check this link:** https://medium.com/devops-guides/create-a-container-on-ubuntu-install-apache2-on-it-docker-assignment-1-ae87240a0f22
**Step 1:** Create an EC2 Instance.
**Step 2:** Install Docker on the EC2 Instance.
**Step 3:** Create a Container using the "docker run" command on port 80.
**Step 4:** Go inside the container & install apache2 here.
**Step 5:** Check the status & your apache2 web page will be successfully installed inside the container.