Translate /docs/concepts/containers/overview/ into Japanese

This commit is contained in:
Naoki Oketani
2020-05-26 14:20:06 +09:00
parent f8f2a7cbc4
commit 977614aae8
2 changed files with 35 additions and 4 deletions
@@ -2,7 +2,7 @@
title: コンテナランタイム
id: container-runtime
date: 2019-06-05
full_link: /docs/reference/generated/container-runtime
full_link: /ja/docs/setup/production-environment/container-runtimes
short_description: >
コンテナランタイムは、コンテナの実行を担当するソフトウェアです。
@@ -16,7 +16,7 @@ tags:
<!--more-->
Kubernetesは次の複数のコンテナランタイムをサポートします。
[Docker](http://www.docker.com), [containerd](https://containerd.io), [cri-o](https://cri-o.io/),
[rktlet](https://github.com/kubernetes-incubator/rktlet) および全ての
{{< glossary_tooltip term_id="docker">}}、{{< glossary_tooltip term_id="containerd" >}}、{{< glossary_tooltip term_id="cri-o" >}}、
および全ての
[Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
実装。
実装です