Is chroot an example of application virtualization in Linux?Lightweight isolated linux environmentLightweight...
Can you lasso down a wizard who is using the Levitate spell?
Why don't electron-positron collisions release infinite energy?
Draw simple lines in Inkscape
How can I fix this gap between bookcases I made?
Divisibility of sum of multinomials
Copenhagen passport control - US citizen
Is it possible to make sharp wind that can cut stuff from afar?
Is there a minimum number of transactions in a block?
least quadratic residue under GRH: an EXPLICIT bound
"The augmented fourth (A4) and the diminished fifth (d5) are the only augmented and diminished intervals that appear in diatonic scales"
Is there a familial term for apples and pears?
What is the logic behind how bash tests for true/false?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
What is the meaning of "of trouble" in the following sentence?
A Journey Through Space and Time
N.B. ligature in Latex
How to determine if window is maximised or minimised from bash script
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
What does "enim et" mean?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Can I make popcorn with any corn?
Why is this code 6.5x slower with optimizations enabled?
Could a US political party gain complete control over the government by removing checks & balances?
Where to refill my bottle in India?
Is chroot an example of application virtualization in Linux?
Lightweight isolated linux environmentLightweight virtualization on Linux with user isolationDoes chroot need any special kernel support?Servers running from chrooted Ubuntu on HP TouchPad?Which strategy suits best a user with a scientific background like me? (Linux Desktop, Dual Boot, Virtualization)/ (Fedora? Arch? Win?)Why are web servers traditionally started as superuser?Trigger a GTK application from CHROOT during LightDM startupUnable to log in to any user accounts on a fresh install of Arch linuxPython installation fails in chrootApplication crash in chroot jailHow to perform chroot with Linux namespaces?Performance of Linux Apps on Chrome OSWhat is the relation between Virtual Machine Manager and KVM/QEMU?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am not very certain about the concept of Application/Process Virtualization.
To help with that, what are some examples of application virtualization in Linux? (https://en.wikipedia.org/wiki/Application_virtualization#Description gives several examples of application virtualization in Windows.)
Is chroot such an example?
Are cgroup, namespace, and docker such examples? If not, why?
Thanks.
virtual-machine chroot
add a comment |
I am not very certain about the concept of Application/Process Virtualization.
To help with that, what are some examples of application virtualization in Linux? (https://en.wikipedia.org/wiki/Application_virtualization#Description gives several examples of application virtualization in Windows.)
Is chroot such an example?
Are cgroup, namespace, and docker such examples? If not, why?
Thanks.
virtual-machine chroot
Your first link is broken.
– ctrl-alt-delor
yesterday
Possible duplicate
– RubberStamp
yesterday
Another possible duplicate
– RubberStamp
yesterday
add a comment |
I am not very certain about the concept of Application/Process Virtualization.
To help with that, what are some examples of application virtualization in Linux? (https://en.wikipedia.org/wiki/Application_virtualization#Description gives several examples of application virtualization in Windows.)
Is chroot such an example?
Are cgroup, namespace, and docker such examples? If not, why?
Thanks.
virtual-machine chroot
I am not very certain about the concept of Application/Process Virtualization.
To help with that, what are some examples of application virtualization in Linux? (https://en.wikipedia.org/wiki/Application_virtualization#Description gives several examples of application virtualization in Windows.)
Is chroot such an example?
Are cgroup, namespace, and docker such examples? If not, why?
Thanks.
virtual-machine chroot
virtual-machine chroot
edited yesterday
Tim
asked yesterday
TimTim
28.5k79269491
28.5k79269491
Your first link is broken.
– ctrl-alt-delor
yesterday
Possible duplicate
– RubberStamp
yesterday
Another possible duplicate
– RubberStamp
yesterday
add a comment |
Your first link is broken.
– ctrl-alt-delor
yesterday
Possible duplicate
– RubberStamp
yesterday
Another possible duplicate
– RubberStamp
yesterday
Your first link is broken.
– ctrl-alt-delor
yesterday
Your first link is broken.
– ctrl-alt-delor
yesterday
Possible duplicate
– RubberStamp
yesterday
Possible duplicate
– RubberStamp
yesterday
Another possible duplicate
– RubberStamp
yesterday
Another possible duplicate
– RubberStamp
yesterday
add a comment |
1 Answer
1
active
oldest
votes
Yes and no.
No
Docker is not virtualisation: It uses namespaces, chroot, cgroups, etc; docker adds no extra virtualisation on top of Linux. Therefore: as docker uses chroot, and is not virtualisation, then chroot is also not virtualisation. However is can be used for the same things.
This all depends on definitions, if virtualisation is how it works, then no, if it is what it dose then sort of.
Yes
Unix including Gnu/Linux is a type of virtualisation (As is Microsoft's NT): The OS visualises the hardware. Each process gets to run as if on a dedicated hardware. (Plus inter-process communication etc.)
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510892%2fis-chroot-an-example-of-application-virtualization-in-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes and no.
No
Docker is not virtualisation: It uses namespaces, chroot, cgroups, etc; docker adds no extra virtualisation on top of Linux. Therefore: as docker uses chroot, and is not virtualisation, then chroot is also not virtualisation. However is can be used for the same things.
This all depends on definitions, if virtualisation is how it works, then no, if it is what it dose then sort of.
Yes
Unix including Gnu/Linux is a type of virtualisation (As is Microsoft's NT): The OS visualises the hardware. Each process gets to run as if on a dedicated hardware. (Plus inter-process communication etc.)
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
add a comment |
Yes and no.
No
Docker is not virtualisation: It uses namespaces, chroot, cgroups, etc; docker adds no extra virtualisation on top of Linux. Therefore: as docker uses chroot, and is not virtualisation, then chroot is also not virtualisation. However is can be used for the same things.
This all depends on definitions, if virtualisation is how it works, then no, if it is what it dose then sort of.
Yes
Unix including Gnu/Linux is a type of virtualisation (As is Microsoft's NT): The OS visualises the hardware. Each process gets to run as if on a dedicated hardware. (Plus inter-process communication etc.)
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
add a comment |
Yes and no.
No
Docker is not virtualisation: It uses namespaces, chroot, cgroups, etc; docker adds no extra virtualisation on top of Linux. Therefore: as docker uses chroot, and is not virtualisation, then chroot is also not virtualisation. However is can be used for the same things.
This all depends on definitions, if virtualisation is how it works, then no, if it is what it dose then sort of.
Yes
Unix including Gnu/Linux is a type of virtualisation (As is Microsoft's NT): The OS visualises the hardware. Each process gets to run as if on a dedicated hardware. (Plus inter-process communication etc.)
Yes and no.
No
Docker is not virtualisation: It uses namespaces, chroot, cgroups, etc; docker adds no extra virtualisation on top of Linux. Therefore: as docker uses chroot, and is not virtualisation, then chroot is also not virtualisation. However is can be used for the same things.
This all depends on definitions, if virtualisation is how it works, then no, if it is what it dose then sort of.
Yes
Unix including Gnu/Linux is a type of virtualisation (As is Microsoft's NT): The OS visualises the hardware. Each process gets to run as if on a dedicated hardware. (Plus inter-process communication etc.)
edited 21 hours ago
answered yesterday
ctrl-alt-delorctrl-alt-delor
12.4k52661
12.4k52661
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
add a comment |
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
@rubberstamp, yes you can edit. I was being a bit sarcastic, as Tim knows this.
– ctrl-alt-delor
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
"Therefore as docker uses chroot, and is not then chroot is not" There must be some typo or grammar error…
– 炸鱼薯条德里克
yesterday
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
I think the grammar is OK, but I have improved it, as it was a bit hard to understand (two implied words, may be hard no understand my English as a second language people).
– ctrl-alt-delor
21 hours ago
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510892%2fis-chroot-an-example-of-application-virtualization-in-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Your first link is broken.
– ctrl-alt-delor
yesterday
Possible duplicate
– RubberStamp
yesterday
Another possible duplicate
– RubberStamp
yesterday