Open geek opened 7 years ago
The endpoint will timeout at 2 minutes, the default no activity node socket timeout.
$ time docker wait 4af396e4a86a error during connect: Post https://us-sw-1.docker.joyent.com:2376/v1.24/containers/4af396e4a86a/wait: EOF real 2m0.896s
Does the Docker engine really just leave a connection open without sending any data until the wait condition is met?!
@jclulow it appears that way. https://github.com/docker/cli/blob/master/client/container_wait.go#L11
The endpoint will timeout at 2 minutes, the default no activity node socket timeout.