You are on page 1of 4

CSL605 Cloud Computing Lab Sem VI

EXPERIMENT 10
Name : Shruti Shelar
Roll.no : 61

Title To study and Implement Containerization using Docker

Pre requisite Virtualization concept

Mapping with CO CSL605.6

Objective To differentiate between virtualization and containerization with the help


of docker installation and configuration.

Outcome To install and configure docker in Linux machine for hosting a python web
app.

Instructions 1. Differences between Virtual Machine and Container should


be written in tabular format
2. Clear screenshots should be used and every screenshot should
be numbered and labelled.
Deliverables 1. Write the differences between Virtual Machine and Container
2. Screenshots in step-wise fashion for following:
2.1 Installing Docker in Linux machine
2.2 Editing Docker file as per the python web app to be
hosted Running python app inside the container

Outcome Building image


Exposing containers port 3000
Testing container

Conclusion Leanrt how to use docker container and containerize and application

References https://docs.docker.com/engine/install/ubuntu/

You might also like