-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document container runtimes available
- Loading branch information
1 parent
da3b57c
commit 5e81561
Showing
5 changed files
with
62 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "Runtimes" | ||
linkTitle: "Runtimes" | ||
weight: 8 | ||
no_list: true | ||
description: > | ||
Configuring various container runtimes | ||
aliases: | ||
- /docs/reference/runtimes | ||
--- | ||
Kubernetes requires a container runtime to be installed. | ||
|
||
Here is what's supported: | ||
|
||
## containerd | ||
|
||
* [containerd]({{<ref "containerd.md">}}) | ||
|
||
## cri-o | ||
|
||
* [cri-o]({{<ref "cri-o.md">}}) | ||
|
||
## docker | ||
|
||
* [docker]({{<ref "docker.md">}}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "containerd" | ||
aliases: | ||
- /docs/reference/runtimes/containerd | ||
--- | ||
|
||
Home page: <https://containerd.io> | ||
|
||
<https://github.com/containerd/containerd> | ||
<https://github.com/moby/buildkit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "cri-o" | ||
aliases: | ||
- /docs/reference/runtimes/cri-o | ||
--- | ||
|
||
Home page: <https://cri-o.io> | ||
|
||
See also `minikube podman-env` | ||
|
||
<https://github.com/cri-o/cri-o> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "docker" | ||
aliases: | ||
- /docs/reference/runtimes/docker | ||
--- | ||
|
||
Home page: <https://docker.com> | ||
|
||
See also `minikube docker-env` | ||
|
||
<https://docs.docker.com/engine/> |