Doug Davis
1e1ad91010
Return 404 on exec-inspect when container is dead but exec is still around
...
When a container is removed but it had an exec, that still hasn't been
GC'd per PR #14476 , and someone tries to inspect the exec we should
return a 404, not a 500+container not running. Returning "..not running" is
not only misleading because it could lead people to think the container is
actually still around, but after 5 minutes the error will change to a 404
after the GC. This means that we're externalizing our internall soft-deletion/GC
logic which shouldn't be any of the end user's concern. They should get the
same results immediate or after 5 minutes.
Signed-off-by: Doug Davis <dug@us.ibm.com >
Upstream-commit: d841b779fda882c3fd505f626c01cc9d60768aa6
Component: engine
2015-07-10 20:19:42 -07:00
..
2015-04-23 15:40:46 +00:00
2015-06-18 14:22:40 -07:00
2015-07-09 12:52:45 -07:00
2015-07-01 21:28:02 +02:00
2015-07-02 11:45:24 -04:00
2015-04-23 15:35:56 -07:00
2015-07-03 08:52:32 +08:00
2015-05-12 20:09:49 +02:00
2015-04-23 15:35:56 -07:00
2015-06-15 14:05:10 -04:00
2015-05-22 17:01:52 +08:00
2015-06-18 12:07:58 -07:00
2015-04-23 15:35:56 -07:00
2015-06-19 09:19:09 -07:00
2015-07-09 10:09:45 -07:00
2015-06-18 11:03:07 +02:00
2015-04-23 15:35:56 -07:00
2015-04-29 17:02:22 +02:00
2015-04-29 17:02:22 +02:00
2015-06-19 16:35:00 -03:00
2015-05-29 11:42:40 -07:00
2015-07-08 12:41:05 -07:00
2015-06-16 13:59:16 -05:00
2015-07-10 12:51:34 -07:00
2015-07-08 11:15:09 +08:00
2015-06-30 17:43:17 +01:00
2015-06-22 04:15:41 -07:00
2015-06-30 13:40:52 -07:00
2015-04-27 13:24:15 -07:00
2015-07-07 18:08:56 -07:00
2015-04-21 10:28:52 -07:00
2015-07-10 20:19:42 -07:00
2015-04-23 21:54:21 +00:00
2015-05-29 10:00:22 -07:00
2015-05-16 18:12:54 +02:00
2015-06-10 16:14:45 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-06-20 09:04:43 +02:00
2015-05-21 16:27:42 -07:00
2015-07-01 12:14:01 -04:00
2015-06-10 08:32:57 -07:00
2015-07-09 10:09:45 -07:00
2015-07-09 10:09:45 -07:00
2015-04-21 10:28:52 -07:00
2015-06-04 13:56:40 -07:00
2015-06-12 04:58:37 -07:00
2015-06-20 11:03:38 -07:00
2015-04-21 10:28:52 -07:00
2015-07-09 10:09:45 -07:00
2015-07-09 10:09:45 -07:00
2015-04-27 15:48:29 -07:00
2015-07-02 16:12:42 -07:00
2015-07-08 19:47:33 +08:00
2015-07-07 16:10:37 +08:00
2015-04-23 16:11:46 +02:00
2015-07-08 12:41:05 -07:00
2015-05-05 15:59:17 +08:00
2015-07-01 19:34:43 +08:00
2015-07-10 15:32:13 -07:00
2015-07-10 13:12:09 +08:00
2015-05-16 18:12:54 +02:00
2015-06-04 09:02:14 -07:00
2015-06-10 16:14:45 -07:00
2015-06-20 11:03:38 -07:00
2015-05-21 20:34:17 -07:00
2015-06-29 10:32:18 -07:00
2015-05-31 01:25:51 +08:00
2015-06-17 15:15:16 -04:00
2015-05-20 08:38:23 +02:00
2015-06-22 13:00:27 -07:00
2015-05-18 10:06:13 +08:00
2015-02-17 00:43:41 -08:00
2015-02-17 00:43:41 -08:00
2015-05-21 20:34:17 -07:00
2015-07-09 18:52:18 +08:00
2015-04-21 10:28:52 -07:00
2015-07-09 10:09:45 -07:00
2015-07-09 10:09:45 -07:00
2015-02-20 23:24:30 -08:00
2015-02-20 23:24:30 -08:00
2015-03-04 14:10:37 -08:00
2015-03-20 21:54:33 -07:00
2015-05-27 11:10:36 -04:00