Skip to content

Commit 65f26d9

Browse files
authored
Updating alt text on dog analogy.
1 parent d8f556b commit 65f26d9

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2020-06-30-SIG-Windows-Spotlight

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2020-06-30-SIG-Windows-Spotlight/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _"When looking at Windows support in Kubernetes," says SIG (Special Interest Gro
2424

2525
In essence, any "container" is simply a process being run on its host operating system, with some key tooling in place to isolate that process and its dependencies from the rest of the environment. The goal is to make that running process safely isolated, while taking up minimal resources from the system to perform that isolation. On Linux, the tooling used to isolate processes to create "containers" commonly boils down to cgroups and namespaces (among a few others), which are themselves tools built in to the Linux Kernel.
2626

27-
<img alt="If dogs were processes: containerization would be like giving each dog their own resources like toys and food using cgroups, and isolating troublesome dogs using namespaces" width="40%" src="cgroupsNamespacesComboPic.png">
27+
<img alt="A visual analogy using dogs to explain Linux cgroups and namespaces." width="40%" src="cgroupsNamespacesComboPic.png">
2828

2929
#### _If dogs were processes: containerization would be like giving each dog their own resources like toys and food using cgroups, and isolating troublesome dogs using namespaces._
3030

0 commit comments

Comments
 (0)