mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Rephrased answer to Q4 in the FAQ
This commit is contained in:
parent
75a116bdaa
commit
3813fa8a16
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Not at this time, Docker currently only runs on Linux, but you can use VirtualBo
|
|||
|
||||
**4. How do containers compare to virtual machines?**
|
||||
|
||||
Containers are more light weight and can start in less then a second, and are great for lots of different tasks, but they aren't as full featured as virtual machines.
|
||||
They are complementary. VMs are best used to allocate chunks of hardware resources. Containers operate at the process level, which makes them very lightweight and perfect as a unit of software delivery.
|
||||
|
||||
**5. Can I help by adding some questions and answers?**
|
||||
|
||||
|
|
Loading…
Reference in a new issue