Merge pull request #26 from w0mbat/master

Update container build instructions
This commit is contained in:
Frederic Branczyk 2016-09-20 14:01:29 +02:00 committed by GitHub
commit 40b1b8208f
1 changed files with 1 additions and 5 deletions

View File

@ -95,11 +95,7 @@ those monitoring systems.
Simple run the following command in this root folder, which will create a
self-contained, statically-linked binary and build a Docker image:
```
docker run --rm \
-v "$(pwd):/src" \
-v /var/run/docker.sock:/var/run/docker.sock \
centurylink/golang-builder \
kube-state-metrics
make container
```
# Usage