1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libcontainerd
Stefan J. Wernli f2ad7be2c4 Updating call sequence for servicing Windows containers
This change adjusts the calling pattern for servcing containers to use waiting on the process instead of expecting start to block.  This is safer, as it avoids timeouts in the start code path for the potentially expensive update operation.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
2016-06-10 15:19:10 -07:00
..
windowsoci Windows: Use image version, not OS version for TTY fixup 2016-05-25 12:22:52 -07:00
client.go libcontainerd: reuse our pkg/locker 2016-03-29 09:43:12 -07:00
client_linux.go Fix some typos 2016-06-08 21:59:34 +02:00
client_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
client_windows.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
container.go Reset restart timeout if execution longer than 10s 2016-04-22 10:37:34 -07:00
container_linux.go Merge pull request #22125 from crosbymichael/restart-timeout 2016-04-25 19:15:32 +02:00
container_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
container_windows.go Updating call sequence for servicing Windows containers 2016-06-10 15:19:10 -07:00
pausemonitor_linux.go
process.go
process_linux.go
process_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
process_windows.go Windows: Use image version, not OS version for TTY fixup 2016-05-25 12:22:52 -07:00
queue_linux.go
remote.go Fix misspellings 2016-03-28 16:21:02 +03:00
remote_linux.go Merge pull request #23148 from mlaventure/wait-for-containerd-before-restarting-it 2016-06-01 10:35:31 -07:00
remote_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
remote_windows.go libcontainerd: reuse our pkg/locker 2016-03-29 09:43:12 -07:00
types.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
types_linux.go Adding postRunProcessing infrastructure for hanlding Windows Update. 2016-04-06 14:03:05 -07:00
types_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
types_windows.go Adding servicing update to postRunProcessing for Windows containers. 2016-04-25 12:16:26 -07:00
utils_linux.go Add ulimit support to libcontainerd addprocess 2016-03-23 19:54:32 -07:00
utils_windows.go Adding servicing update to postRunProcessing for Windows containers. 2016-04-25 12:16:26 -07:00