An open API service indexing awesome lists of open source software.

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

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.