moby/integration
Cory Snider 165dfd6c3e daemon: fix restoring container with missing task
Before 4bafaa00aa, if the daemon was
killed while a container was running and the container shim is killed
before the daemon is restarted, such as if the host system is
hard-rebooted, the daemon would restore the container to the stopped
state and set the exit code to 255. The aforementioned commit introduced
a regression where the container's exit code would instead be set to 0.
Fix the regression so that the exit code is once against set to 255 on
restore.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-06-23 11:28:45 -04:00
..
build Fix loop-closure bugs in tests 2023-02-15 12:44:52 -05:00
config integration: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
container daemon: fix restoring container with missing task 2023-06-23 11:28:45 -04:00
daemon daemon: set docker0 subpool as the IPAM pool 2023-04-25 15:32:46 +02:00
distribution bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
image Merge pull request #44598 from cpuguy83/save_tar_oci 2023-06-09 14:50:51 +02:00
internal Support recursively read-only (RRO) mounts 2023-05-26 01:58:24 +09:00
network remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
plugin remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
secret integration: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
service integration: inline filters in tests 2023-04-25 15:15:50 +02:00
session bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
system remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
testdata/https Update test certificates 2021-05-18 09:43:21 +02:00
volume integration/volume: fix duplicate import 2023-03-14 16:22:00 +01:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00