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 37ae1ef0ff Error on attempting service logs on TTY container
Right now getting logs from a service with an attached TTY does not
work. The behavior was undefined and caused the command to hang and
strange messages to occur in the daemon logs.

This returns errors, both deep in the swarmkit adapter (to guard against
undefined behavior, which is Bad) and in the daemon (to tell users that
the thing they're asking for is not possible).

Signed-off-by: Drew Erny <drew.erny@docker.com>
2017-03-10 14:48:56 -08:00
..
convert Fix dropped field in task translation from GRPC to REST 2017-03-07 14:55:15 -08:00
executor Error on attempting service logs on TTY container 2017-03-10 14:48:56 -08:00
provider Add engine-api types to docker 2016-09-07 11:05:58 -07:00
cluster.go Add a lockedManagerAction method to Cluster… 2017-02-28 11:12:11 +01: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 Remove daemon.VXSubnets duplicate code 2017-02-28 10:51:40 +01: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 Add a lockedManagerAction method to Cluster… 2017-02-28 11:12:11 +01:00
noderunner.go Merge pull request #30145 from anusha-ragunathan/ps-swarm 2017-01-20 10:35:49 -08:00
nodes.go Add a lockedManagerAction method to Cluster… 2017-02-28 11:12:11 +01:00
secrets.go make secret update support name and id prefix 2017-03-07 16:01:21 +08:00
services.go Error on attempting service logs on TTY container 2017-03-10 14:48:56 -08:00
swarm.go Add a lockedManagerAction method to Cluster… 2017-02-28 11:12:11 +01:00
tasks.go Add a lockedManagerAction method to Cluster… 2017-02-28 11:12:11 +01:00
utils.go Rather than remove the swarm directory and re-create, remove the swarm subdirs 2017-03-01 11:56:39 -08:00