Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Centos Installation and docker

Student Name: Abhay mehta UID:17bcs4016


Branch: CSE Ibm cc1 Section/Group:A
Semester: 7
Subject Name: DOPCL

1. Aim/Overview of the practical: Downlaod virtual box and Centos installation along
with docker installation on OS.

2. Task to be done:

1. Download virtual box and iso image for centos 64 bit.

2. Install virtual box

3. Install centos. During installation of CentOS:

•       Use IST time standard.

•       Select minimum installation of CentOS (in case if it is complete image).

•       Create & login as a root user.

4. Enable network and install docker.


3. Apparatus(For applied/experimental sciences/materials based labs):

NA

4. Algorithm/Flowchart (For programming based labs):

NA

5. Theme/Interests definition( For creative domains):


NA

6. Steps for experiment/practical:

1.The things that you will need:


Download the DVD ISO Image
Virtual Box
Download the appropriate version of both the packages, the 64-bit architecture has been used
for this demonstration, download the software accordingly.

2.Open virtual box and name the os with type as linux and version red hat 64bit.

3.Allot the memory size and create a virtual disk.

4.The ISO image of the downloaded CentOS has to be linked to the newly created virtual
machine, click on the setting a storage a empty browse the ISO image
Enable the network adapter so that it can use the internet to download the required packages.
Start the virtual machine.
5.Select the option “Install CentOS Linux 7” and hit enter. It will take time to load the
packages, and you will see the opening screen of the server. It requires the basic information to
set up the server, for example:
Time zone
Keyboard layout
Language support
Installation source

6.After finishing the setup, you will see the login screen:
Click on not listed and then login using the root credentials, root access is required because we
will be installing the repository. Click on the Application à Run terminal
On your terminal hit the following command to get the entire repository installed:
# yum install epel release.

7. Install docker using commands:


sudo yum check-update
curl -fsSL https://get.docker.com/ | sh
start docker daemon
sudo systemctl start docker
Enable Docker
sudo systemctl enable docker
Last use docker command i.e
docker [option] [command] [arguments]

7. Observations/Discussions(For applied/experimental sciences/materials based labs):

NA

8. Percentage error (if any or applicable):

NA
9. Calculations/ Chemical Reactions / Theorems /Formulas used etc :

NA

10. Result/Output/Writing Summary: Output and summary is we were able to learn about
installation of virtual box and centos on VM and installing docker. We were able to allot
the memory ram and processors to the Vm and learn about them. Were able to learn
docker commands and little about kubernets.

11. Graphs (If Any): Image /Soft copy of graph paper to be attached here

NA

Learning outcomes (What I have learnt):

1.How to operate Virtual Box

2.Installation of centos

3.Enabling of time network on centos.

4.Install docker and docker commands.

Evaluation Grid (To be created as per the SOP and Assessment guidelines by the faculty):

Sr. No. Parameters Marks Obtained Maximum Marks


1.
2.
3.

You might also like