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

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

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.