ExpertConnect - Mentoring & Discussions

You can join mentoring & discussions for Free Ask Question, Give Answer, Discuss IT Problems, Learn, and Grow

2017-10-20 14:23:44 4

Docker

Docker is a computer program that performs operating-system-level virtualization, also known as "containerization". It was first released in 2013 and is developed by Docker, Inc. Docker is used to run software packages called "containers".

Topic menu

2017-11-07 13:46:04 0
What's in your mind?
Profile picture of Cheryl Ramona

How can a python code in a docker container access external oracle database?

Comment ·  Like
Profile picture of Rob  Price
Rob Price
Public
Posted: Nov 7, 2017

what is the difference between a Virtual Machine and a Container?

Comment (2) ·  Like
Profile picture of Azhar Khuwaja

Azhar Khuwaja Nov 7, 2017

Virtual Machines are built over hyper visors which can be type 1 or type 2. Virtual machines are technically complete systems with full operating system and resources assigned to them. All Virtual machines have their own kernel and dedicated resources (CPU power, RAM etc.). Containers are like processes which run over LXC or under Docker. Container don’t have their own kernel so they share kernel of the host operating system. They are lighter than virtual machines and allocated dynamic resources (which increase or decrease depending on usage). Containers are ideal in NFV (Network Functions Virtualization) environment.

Like

Profile picture of Azhar Khuwaja

Azhar Khuwaja Nov 11, 2017

Please take a look at my detailed blog on this question at following website;
https://www.quickstart.com/blog/post/how-containers-are-different-from-virtual-machines/

Like

Write a new comment...
Ready to post? select an option:
Profile picture of Rob  Price
Rob Price
Public
Posted: Nov 7, 2017

What is LXC?

Comment (1) ·  Like
Profile picture of Azhar Khuwaja

Azhar Khuwaja Nov 9, 2017

LXC is a Linux utility which is used to create Containers. Once LXC is installed in your Linux distribution, you should be able to create, delete, and manage containers.

Like

Write a new comment...
Ready to post? select an option: