moby--moby/api/client/service
Drew Erny 02ebaf364f 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>
2016-08-02 13:27:35 -07:00
..
cmd.go cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:06:42 -07:00
create.go
inspect.go Fix missing newline in service inspect --pretty 2016-08-02 13:27:35 -07:00
list.go service ls: Show tasks from nodes that are not down, not only "ready" nodes 2016-07-28 11:44:28 -07:00
opts.go Update docs in `docker service create/update` for flag `--user` 2016-08-02 07:01:16 -07:00
opts_test.go Remove extraneous mount aliases. 2016-07-27 15:05:31 -04:00
ps.go cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:06:42 -07:00
remove.go update command description in CLI 2016-07-31 00:06:18 +08:00
scale.go
update.go Replace `"workdir'` with const, same as other flags in `service create` 2016-08-01 11:45:28 -07:00
update_test.go