xiaoyuyao commented on a change in pull request #397: start/_index.md translated to Chinese URL: https://github.com/apache/hadoop-ozone/pull/397#discussion_r363465796
########## File path: hadoop-hdds/docs/content/start/_index.zh.md ########## @@ -0,0 +1,84 @@ +--- +title: 快速入门 +name: Getting Started +identifier: Starting +menu: main +weight: 1 +cards: "false" +--- +<!--- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + + +{{<jumbotron title="安装 Ozone">}} +Ozone 的安装和运行有多种方式,从本地节点简单的 docker 部署,到大规模、多节点的 Kubernetes 和物理集群部署。 +{{</jumbotron>}} + +<section class="row cardgroup"> + +<span class="label label-warning label-">入门级</span> + +<h2>通过 Docker Hub 运行 Ozone</h2> + +你可以通过 Docker Hub 来试用 Ozone,无需下载官方发行包,这让探索 Ozone 十分容易。 +<br /> + {{<card title="在单个容器中启动 ozone" link="start/StartFromDockerHub.zh.md" link-text="Ozone In Docker" image="start/docker.png">}} Review comment: 单个容器=》Docker ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
