docs/api/client
Drew Erny b0bff4d8d2 Fix missing newline in service inspect --pretty
Printing off networks as part of --pretty was missing a newline, causing
the next thing printed to be concatenated onto the end of the line.
Added an empty println after all networks are printed.

Signed-off-by: Drew Erny <drew.erny@docker.com>
(cherry picked from commit 02ebaf364ff0463c65d63fd1c3c11840a578fc45)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-08-11 17:56:45 -07:00
..
bundlefile
container update command description in CLI 2016-08-11 17:56:44 -07:00
formatter
idresolver
image
inspect
network update command description in CLI 2016-08-11 17:56:44 -07:00
node Add --force to node removal 2016-08-11 17:56:45 -07:00
plugin update command description in CLI 2016-08-11 17:56:44 -07:00
registry
service Fix missing newline in service inspect --pretty 2016-08-11 17:56:45 -07:00
stack
swarm Improve swarm join-token instructions 2016-08-11 17:56:45 -07:00
system update command description in CLI 2016-08-11 17:56:44 -07:00
task
volume update command description in CLI 2016-08-11 17:56:44 -07:00
cli.go
client.go
commands.go
credentials.go
exec.go
exec_test.go
hijack.go
info.go Output external CAs in swarm mode with `docker info` 2016-08-11 17:56:44 -07:00
inspect.go
registry.go
trust.go
trust_test.go
update.go
utils.go