mirror of https://github.com/docker/docs.git
Remove duplicate `to` from glossary.md
This commit is contained in:
parent
d56ab935d9
commit
5095f84979
|
@ -278,7 +278,7 @@ A virtual machine is a program that emulates a complete computer and imitates de
|
||||||
It shares physical hardware resources with other users but isolates the operating system. The
|
It shares physical hardware resources with other users but isolates the operating system. The
|
||||||
end user has the same experience on a Virtual Machine as they would have on dedicated hardware.
|
end user has the same experience on a Virtual Machine as they would have on dedicated hardware.
|
||||||
|
|
||||||
Compared to to containers, a virtual machine is heavier to run, provides more isolation,
|
Compared to containers, a virtual machine is heavier to run, provides more isolation,
|
||||||
gets its own set of resources and does minimal sharing.
|
gets its own set of resources and does minimal sharing.
|
||||||
|
|
||||||
*Also known as : VM*
|
*Also known as : VM*
|
||||||
|
|
Loading…
Reference in New Issue