docs/api/client/service
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
..
cmd.go cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:20:25 -07:00
create.go Add container labels to service create/update 2016-07-26 03:51:43 -07:00
inspect.go Fix missing newline in service inspect --pretty 2016-08-11 17:56:45 -07:00
list.go Don't automagically add "[OPTIONS]" to usage 2016-07-25 23:15:41 -07:00
opts.go Remove extraneous mount aliases. 2016-07-27 15:07:20 -04:00
opts_test.go Remove extraneous mount aliases. 2016-07-27 15:07:20 -04:00
ps.go cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:20:25 -07:00
remove.go update command description in CLI 2016-08-11 17:56:44 -07:00
scale.go re-vendor engine-api 2016-07-08 15:32:23 -07:00
update.go service update: Don't assume existing pointers in spec are valid 2016-07-26 04:37:31 -07:00
update_test.go Change mount-types to lowercase 2016-07-25 23:16:28 -07:00