1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster
Drew Erny f63c62ce70 Fix service logs API to be able to specify stream
Before this change, doing service logs was just tossing the stream
selectors and always using the default (both streams). This change adds
a check for which streams the user wants and only includes those.

Fixes #31306

Signed-off-by: Drew Erny <drew.erny@docker.com>
2017-02-23 15:09:09 -08:00
..
convert Fixing #24631, inspect output on swarm object types without labels is empty object {} 2017-02-15 01:25:55 -05:00
executor Shutdown leaks an error when the container was never started 2017-02-22 19:12:07 -08:00
provider Add engine-api types to docker 2016-09-07 11:05:58 -07:00
cluster.go create a new file swarm.go and move swarm part code from cluster.go into swarm.go 2017-02-12 02:54:07 +08:00
filters.go secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
helpers.go refactor helper.go and move getSecret to helper.go 2017-02-12 02:30:53 +08:00
listen_addr.go Reject unspecified advertise addr on swarm init 2016-11-28 15:44:06 -08:00
listen_addr_linux.go Add fallback to resolveSystemAddr() in linux 2016-09-09 13:27:57 -07:00
listen_addr_others.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
listen_addr_solaris.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
networks.go Release the network attachment on allocation failure 2017-02-16 05:21:06 -08:00
noderunner.go Merge pull request #30145 from anusha-ragunathan/ps-swarm 2017-01-20 10:35:49 -08:00
nodes.go create a new file nodes.go and move node part codes from cluster.go into nodes.go 2017-02-12 02:36:09 +08:00
secrets.go refactor helper.go and move getSecret to helper.go 2017-02-12 02:30:53 +08:00
services.go Fix service logs API to be able to specify stream 2017-02-23 15:09:09 -08:00
swarm.go create a new file swarm.go and move swarm part code from cluster.go into swarm.go 2017-02-12 02:54:07 +08:00
tasks.go create a new file task.go and move task part codes from cluster.go into tasks.go 2017-02-12 02:45:00 +08:00
utils.go Switch cluster locking strategy 2016-11-30 14:59:12 -08:00