LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-31-2019, 06:24 AM   #1
stevennoppe
LQ Newbie
 
Registered: Mar 2019
Posts: 11

Rep: Reputation: Disabled
What is a docker (installation)


I've already heard alot of a docker and installing something inside a docker, but can someone explain me what this is please and what are the pros and cons of this?

Is this something like a VM on windows?
 
Old 03-31-2019, 06:36 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Docker allows you to encapsulate applications so that they run practically on any Linux system as long as Docker is installed. Moreover, you can base your application on other dockerized applications, for example you write an app based on MySQL and include MySQL in your app’s Docker image. The Docker Hub has over 2 million such applications (not all of them useful though).

Docker applications run in containers. This means that they are unable to see system resources like processes, files, mount points, network interfaces, netfilter rules. They only see the resources inside their containers.

The effect is similar to running the app in a virtual machine, but in contrast to VMs, no hardware is virtualized. All Docker containers on the same system share the same operating system kernel and, due to the absence of hardware virtualization, have practically no overhead.
Quote:
Is this something like a VM on windows?
You seem to think that VMs are specific to Windows. They exist on Linux as well, and by the way, you can run Docker on Windows, too.

Last edited by berndbausch; 03-31-2019 at 06:44 AM.
 
  


Reply

Tags
docker



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Docker Engine 1.6 Debuts Alongside Docker Registry 2.0 and Compose 1.2.0 LXer Syndicated Linux News 0 04-17-2015 09:02 PM
LXer: Red Hat partners with Docker to create Linux/Docker software stack LXer Syndicated Linux News 0 03-12-2015 05:54 PM
LXer: Ubuntu LXD: Not a Docker replacement, a Docker enhancement LXer Syndicated Linux News 0 11-05-2014 08:40 PM
LXer: Docker Founder Explains What Docker is all About LXer Syndicated Linux News 0 08-21-2014 09:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration