parent
341dce2579
commit
8023909dbb
1 changed files with 5 additions and 1 deletions
|
@ -83,10 +83,14 @@ GNU netcat doesn't support `-U` (UNIX socket) flag, so OpenBSD variant can be us
|
||||||
|
|
||||||
Someday soon the Docker command line will allow dumping the image and container JSON directly.
|
Someday soon the Docker command line will allow dumping the image and container JSON directly.
|
||||||
|
|
||||||
|
# Binaries
|
||||||
|
|
||||||
|
See the [releases](https://github.com/justone/dockviz/releases) area for binaries.
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get github.com/jessevdk/go-flags
|
go get ./...
|
||||||
go build
|
go build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue