add zh pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:23:39 -04:00
parent 21fd0a12f9
commit 4b35d4d401
303 changed files with 2764 additions and 2439 deletions
@@ -2,7 +2,7 @@
reviewers:
- cdrage
title: 将 Docker Compose 文件转换为 Kubernetes 资源
content_template: templates/task
content_type: task
weight: 200
---
@@ -11,12 +11,12 @@ weight: 200
reviewers:
- cdrage
title: Translate a Docker Compose File to Kubernetes Resources
content_template: templates/task
content_type: task
weight: 170
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
What's Kompose? It's a conversion tool for all things compose (namely Docker Compose) to container orchestrators (Kubernetes or OpenShift).
@@ -30,16 +30,17 @@ More information can be found on the Kompose website at [http://kompose.io](http
更多信息请参考 Kompose 官网 [http://kompose.io](http://kompose.io)。
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
<!--
## Install Kompose
@@ -271,9 +272,9 @@ you need is an existing `docker-compose.yml` file.
$ curl http://192.0.2.89
```
{{% /capture %}}
{{% capture discussion %}}
<!-- discussion -->
<!--
## User Guide
@@ -841,4 +842,4 @@ Kompose 支持的 Docker Compose 版本包括:1、2 和 3。有限支持 2.1
所有三个版本的兼容性列表请查看我们的 [转换文档](https://github.com/kubernetes/kompose/blob/master/docs/conversion.md),文档中列出了所有不兼容的 Docker Compose 关键字。
{{% /capture %}}