https://github.com/visaltyagi/docker-assignment-2
How to Launch a Container Using a New Image & Start Apache 2 Sevice Here - Docker Assignment 2
https://github.com/visaltyagi/docker-assignment-2
apache2 container containerization docker docker-image dockercontainers dockerimages webserver
Last synced: about 1 month ago
JSON representation
How to Launch a Container Using a New Image & Start Apache 2 Sevice Here - Docker Assignment 2
- Host: GitHub
- URL: https://github.com/visaltyagi/docker-assignment-2
- Owner: visaltyagi
- Created: 2024-04-26T05:22:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T09:41:19.000Z (over 1 year ago)
- Last Synced: 2025-04-02T06:17:19.749Z (about 1 year ago)
- Topics: apache2, container, containerization, docker, docker-image, dockercontainers, dockerimages, webserver
- Homepage: https://medium.com/devops-guides/launch-a-container-using-a-new-image-start-apache-2-sevice-docker-assignment-2-0c1c424ca2a7
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Assignment-2
Docker-Assignment-2
In this assignment, we have to create a container on port 81 using the assignment 1 container image & install apache2 on it.
**For a complete solution, check this link:** https://medium.com/devops-guides/launch-a-container-using-a-new-image-start-apache-2-sevice-docker-assignment-2-0c1c424ca2a7
**Step 1:** Create an Image using the previous docker container.
**Step 2:** Create a container again using the new image.
**Step 3:** Go inside the container & install apache2 here.
**Step 4:** Check the status & your apache2 web page will be successfully installed inside the container on port 81.