Update docker-multinode.md

Modified cd command on line 89 (Adding a worker node) to reflect proper path.
This commit is contained in:
callermann
2016-09-28 20:40:02 -04:00
committed by GitHub
parent ddbc403845
commit f0ea23d16c
@@ -86,7 +86,7 @@ Clone the `kube-deploy` repo, and run `worker.sh` on the worker machine _with ro
```shell
$ git clone https://github.com/kubernetes/kube-deploy
$ cd docker-multinode
$ cd kube-deploy/docker-multinode
$ export MASTER_IP=${SOME_IP}
$ ./worker.sh
```