Difference between revisions of "Container (virtualization)"

From wikieduonline
Jump to navigation Jump to search
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
Linux Container virtualization is an [[os-level virtualization]] technology based in [[Linux kernel]] [[cgroups]] and [[namespaces]] features. [[Docker]] containers are available since 2013 and [[runC]] was first released in July 2015 as version 0.0.1<ref>https://github.com/opencontainers/runc/releases/tag/v0.0.1</ref>.
 
Linux Container virtualization is an [[os-level virtualization]] technology based in [[Linux kernel]] [[cgroups]] and [[namespaces]] features. [[Docker]] containers are available since 2013 and [[runC]] was first released in July 2015 as version 0.0.1<ref>https://github.com/opencontainers/runc/releases/tag/v0.0.1</ref>.
  
[[Containers]]:
+
[[Containers:]]  
 
* [[Docker]]: <code>[[docker version]]</code>
 
* [[Docker]]: <code>[[docker version]]</code>
* [[container runtime]]: <code>[[containerd]]</code>, <code>[[runc]]</code>
+
* [[Container runtime]]: <code>[[containerd]]</code>, <code>[[runc]]</code> (2015)
* [[runc]] runtime
 
 
* [[Podman]] daemonless container engine for developing, managing, and running [[OCI]] Containers on Linux
 
* [[Podman]] daemonless container engine for developing, managing, and running [[OCI]] Containers on Linux
* [[buildah]]
+
* [[Buildah]]
 
* [[skopeo]]
 
* [[skopeo]]
* [[lxc]]
+
* [[lxc]] ([[2008]])
 +
* [[Kata containers]]
 +
* [[Kubernetes init containers (initContainers)]]
  
 
== Containers Technology Timeline ==
 
== Containers Technology Timeline ==
Line 17: Line 18:
 
* 2013/03 [[Docker]]
 
* 2013/03 [[Docker]]
 
* 2013/10 [[Container Linux]] ([[CoreOS]])
 
* 2013/10 [[Container Linux]] ([[CoreOS]])
* 2014/06 [[Kubernetes]]
+
* 2014/06 [[Kubernetes]] [[container orchestration]]
 
* 2014/10 <code>[[docker-compose]]</code> available
 
* 2014/10 <code>[[docker-compose]]</code> available
 
* 2015 <code>[[runC]]</code> released
 
* 2015 <code>[[runC]]</code> released
 
* 2015 [[GKE]]
 
* 2015 [[GKE]]
 
* 2016 <code>cgroups-v2</code> [[Linux kernel 4.5]]  
 
* 2016 <code>cgroups-v2</code> [[Linux kernel 4.5]]  
 +
* 2016 [[Docker swarm]]
 
* 2018/05 [[gVisor]]
 
* 2018/05 [[gVisor]]
 
* 2019/02 <code>[[containerd]]</code> becames official [[CNCF]] project
 
* 2019/02 <code>[[containerd]]</code> becames official [[CNCF]] project
Line 34: Line 36:
 
== containerd ==
 
== containerd ==
 
<code>[[containerd]]</code><ref>https://www.mankier.com/1/containerd</ref><ref>https://containerd.io/</ref> is an industry-standard container runtime.
 
<code>[[containerd]]</code><ref>https://www.mankier.com/1/containerd</ref><ref>https://containerd.io/</ref> is an industry-standard container runtime.
 +
 +
== Related terms ==
 +
* [[Containers networking]]
 +
* [[Container Scanning]]
 +
* [[Container Registry]], software that enables [[container image]] storage and management
 +
* [[Shipping container]]s
 +
* [[Alpine]]
 +
* [[AWS ECS]], [[AWS Proton]]
 +
* [[Pods]]
  
 
== Activities ==
 
== Activities ==
 
# Understand the differences between <code>[[runc]]</code><ref>https://github.com/opencontainers/runc/blob/master/man/runc.8.md</ref>, <code>[[containerd]]</code><ref>https://www.mankier.com/1/containerd</ref> and <code>[[docker]]</code>. https://medium.com/@alenkacz/whats-the-difference-between-runc-containerd-docker-3fc8f79d4d6e
 
# Understand the differences between <code>[[runc]]</code><ref>https://github.com/opencontainers/runc/blob/master/man/runc.8.md</ref>, <code>[[containerd]]</code><ref>https://www.mankier.com/1/containerd</ref> and <code>[[docker]]</code>. https://medium.com/@alenkacz/whats-the-difference-between-runc-containerd-docker-3fc8f79d4d6e
 +
# Read Windows containers installation: https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=Windows-Server
 +
# Read AWS blog about containers: https://aws.amazon.com/blogs/containers/
  
 
== See also ==
 
== See also ==
* [[Container Registry]], software that enables container image storage and management
+
* {{containers:}}
 
* {{Containers}}
 
* {{Containers}}
 
* {{container orchestration}}
 
* {{container orchestration}}
* {{virtualization}}
 
* [[Container Scanning]]
 
* [[Podman]]
 
  
 +
[[Category:Container]]
 
[[Category:Cloud computing]]
 
[[Category:Cloud computing]]
[[Category:Software development]]
 
[[Category:Server administration]]
 
 
{{CC license}}
 
Source: Wikiversity
 

Latest revision as of 12:07, 25 October 2023

Linux Container virtualization is an os-level virtualization technology based in Linux kernel cgroups and namespaces features. Docker containers are available since 2013 and runC was first released in July 2015 as version 0.0.1[1].

Containers:

Containers Technology Timeline[edit]

Tools[edit]

containerd[edit]

containerd[6][7] is an industry-standard container runtime.

Related terms[edit]

Activities[edit]

  1. Understand the differences between runc[8], containerd[9] and docker. https://medium.com/@alenkacz/whats-the-difference-between-runc-containerd-docker-3fc8f79d4d6e
  2. Read Windows containers installation: https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=Windows-Server
  3. Read AWS blog about containers: https://aws.amazon.com/blogs/containers/

See also[edit]

  • https://github.com/opencontainers/runc/releases/tag/v0.0.1
  • "diff between Linux kernel 4.4 and 4.5". 2016-03-14.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
  • https://www.redhat.com/en/blog/Announcing-OpenShift-Origin-Open-Source-Code-For-Platform-as-a-Service?source=author&term=2661
  • https://blog.openshift.com/red-hat-chose-kubernetes-openshift/
  • https://en.wikipedia.org/wiki/Open_Container_Initiative
  • https://www.mankier.com/1/containerd
  • https://containerd.io/
  • https://github.com/opencontainers/runc/blob/master/man/runc.8.md
  • https://www.mankier.com/1/containerd
  • Advertising: