Remove colon from end of doc heading.

This commit is contained in:
Eric Tune
2015-07-13 11:11:34 -07:00
parent 36fa535c58
commit f353592cde
10 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ kubectl -s http://localhost:8080 run nginx --image=nginx --port=80
now run ```docker ps``` you should see nginx running. You may need to wait a few minutes for the image to get pulled.
### Expose it as a service:
### Expose it as a service
```sh
kubectl expose rc nginx --port=80
```

View File

@@ -26,7 +26,7 @@ For each worker node, there are three steps:
### Set up Flanneld on the worker node
As before, the Flannel daemon is going to provide network connectivity.
#### Set up a bootstrap docker:
#### Set up a bootstrap docker
As previously, we need a second instance of the Docker daemon running to bootstrap the flannel networking.
Run: