Improve markdown highlighting in docker getting started guide.

pull/6/head
Alex Robinson 2015-07-18 19:04:20 -07:00
parent bfd85cefad
commit 1bc91a3c72
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ kubectl get nodes
This should print:
```
```console
NAME LABELS STATUS
127.0.0.1 <none> Ready
```
@ -123,7 +123,7 @@ kubectl expose rc nginx --port=80
This should print:
```
```console
NAME LABELS SELECTOR IP PORT(S)
nginx <none> run=nginx <ip-addr> 80/TCP
```