Merge branch 'grossws-cleanup-readme'
This commit is contained in:
commit
341dce2579
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -77,10 +77,16 @@ $ echo -e "GET /images/json?all=1 HTTP/1.0\r\n" | nc -U /var/run/docker.sock | t
|
|||
$ echo -e "GET /containers/json?all=1 HTTP/1.0\r\n" | nc -U /var/run/docker.sock | tail -n +5 | dockviz containers --dot | dot -Tpng -o containers.png
|
||||
```
|
||||
|
||||
GNU netcat doesn't support `-U` (UNIX socket) flag, so OpenBSD variant can be used.
|
||||
|
||||
## Direct from Docker
|
||||
|
||||
Someday soon the Docker command line will allow dumping the image and container JSON directly.
|
||||
|
||||
# Download
|
||||
# Build
|
||||
|
||||
```bash
|
||||
go get github.com/jessevdk/go-flags
|
||||
go build
|
||||
```
|
||||
|
||||
For now, download binaries from Gobuild: <http://gobuild.io/download/github.com/justone/dockviz>
|
||||
|
|
Loading…
Reference in a new issue