Skip to content

Commit 15eb4dd

Browse files
authored
Merge pull request #268 from johnson/master
fix syntax highlighting
2 parents 085d719 + ee423df commit 15eb4dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

appendix/about-cka-candidate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ kubectl get no −l name=hk8s−node−1 −−context=hk8s
155155

156156
该课程的课程大纲:
157157

158-
```text
158+
```
159159
Welcome & Introduction
160160
Container Orchestration
161161
Kubernetes
@@ -179,7 +179,7 @@ ps: 个人觉得这个课程可以不用学, 直接看文档就行了 。
179179

180180
该课程的课程大纲:
181181

182-
```text
182+
```
183183
Kubernetes Fundamentals
184184
Chapter 1. Course Introduction
185185
Chapter 2. Basics of Kubernetes

guide/migrating-hadoop-yarn-to-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
Hadoop YARN 的 Dockerfile 参考如下配置。
5959

60-
```dockerfile
60+
```docker
6161
FROM my-docker-repo/jdk:7u80
6262
6363
# Add native libs

practice/service-rolling-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func main() {
6767

6868
**创建Dockerfile**
6969

70-
```dockerfile
70+
```docker
7171
FROM alpine:3.5
7272
MAINTAINER Jimmy Song<rootsongjc@gmail.com>
7373
ADD hellov2 /

usecases/envoy-front-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ networks:
9292

9393
其中 `front-envoy` 是前端(边缘)Envoy 服务,用来做反向代理,它使用的是 `Dockerfile-frontenvoy` 文件来构建镜像的,我们来看下该 `Dockerfile` 的内容。
9494

95-
```dockerfile
95+
```docker
9696
FROM envoyproxy/envoy:latest
9797
9898
RUN apt-get update && apt-get -q install -y \
@@ -188,7 +188,7 @@ example_front-envoy_1 /bin/sh -c /usr/local/bin/ ... Up 0.0.0.0:8000->80
188188

189189
```bash
190190
$ curl -v localhost:8000/service/1
191-
*
191+
*
192192
Trying ::1...
193193
* TCP_NODELAY set
194194
* Connected to localhost (::1) port 8000 (#0)

0 commit comments

Comments
 (0)