Skip to content

Commit

Permalink
Fix minor inaccuracies in the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
EranGabber committed Apr 8, 2015
1 parent 0fb9115 commit 2b7f2f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To build a Docker image from the source code, follow these instructions:
`git clone https://github.com/google/cluster-insight.git` .
* Change directory to `./cluster-insight/collector` .
* Run: `sudo docker build -t kubernetes/cluster-insight . `
* Check for the image: `sudo docker images`. You should see an image named
`kubernetes/cluster-insight`.
* Check for the image by the command: `sudo docker images`.
You should see an image named `kubernetes/cluster-insight`.

To install and activate this service, follow these instructions:

Expand All @@ -62,8 +62,8 @@ To install and activate this service, follow these instructions:
* On each of the Kubernetes minion node and the Kubernetes master node
do the following:
* Login to the minion/master host.
* Edit the file /etc/default/docker, and replace the line `DOCKER_OPTS=`
with the line: `DOCKER_OPTS='-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock'`
* Edit the file /etc/default/docker, and replace the line `DOCKER_OPTS=""`
with the line: `DOCKER_OPTS="-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock"`
* Restart the Docker daemon: `sudo service docker restart`

* Continue here: On the Kubernetes master do the following:
Expand Down

0 comments on commit 2b7f2f2

Please sign in to comment.