Media Summary: 1.Save the image created in assignment 1 as a Use the saved image in the previous assignment in the previous video it has been mentioned Upload this image on FROM ubuntu RUN apt-get update -y RUN apt-get install apache2 -y COPY index.html /var/www/html ENTRYPOINT apachectl -DÂ ...
Docker Real World Projects Day - Detailed Analysis & Overview
1.Save the image created in assignment 1 as a Use the saved image in the previous assignment in the previous video it has been mentioned Upload this image on FROM ubuntu RUN apt-get update -y RUN apt-get install apache2 -y COPY index.html /var/www/html ENTRYPOINT apachectl -D ... Learn everything you ever wanted to know about containerization is the ultimate Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss ... You have been asked to: Create a dockerfile with the following specs: ○Ubuntu container ○Apache2 installed ○Apache2 should ...