moby/libcontainerd
Stefan J. Wernli 78540d0d18 Fixing servicing bug by always specifying LayerFolderPath
During the recent OCI changes, I mistakenly thought LayerFolderPath is only needed for Windows Server containers (isolation=process) and not for Hyper-V Containers, but it turns out it is also required for servicing containers used to finish installing updates.  Since the servicing containers need to reuse the container's create options, this change makes it so that LayerFolderPath is always filled in for all containers as part of constructing the create options.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
2016-10-04 15:29:30 -07:00
..
client.go Lock all calls to hcsshim to prevent close races 2016-09-19 12:59:02 -07:00
client_linux.go add lock in libcontainerd client AddProcess 2016-10-02 00:36:25 +08:00
client_solaris.go Initial implementation of containerd Checkpoint API. 2016-09-08 21:31:52 -04:00
client_windows.go Fixing servicing bug by always specifying LayerFolderPath 2016-10-04 15:29:30 -07:00
container.go Reset restart timeout if execution longer than 10s 2016-04-22 10:37:34 -07:00
container_linux.go libcontainerd: attach streams before create 2016-09-21 09:16:12 -07:00
container_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
container_windows.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
pausemonitor_linux.go Fix a race in libcontainerd/pausemonitor_linux.go 2016-09-19 07:42:21 +00:00
process.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
process_linux.go Wait for the reader fifo opening to block 2016-07-14 10:14:53 -07:00
process_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
process_windows.go Revert the fix to invalid handles due to a platform bug 2016-09-20 17:31:24 -07:00
queue_linux.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
remote.go Add --live-restore flag 2016-06-13 19:16:26 -07:00
remote_linux.go libcontainerd: do not use failfast for events stream 2016-09-20 09:24:40 -07:00
remote_solaris.go Add --live-restore flag 2016-06-13 19:16:26 -07:00
remote_windows.go Add --live-restore flag 2016-06-13 19:16:26 -07:00
types.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
types_linux.go add lock in libcontainerd client AddProcess 2016-10-02 00:36:25 +08:00
types_solaris.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
types_windows.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
utils_linux.go Replace old oci specs import with runtime-specs 2016-08-17 09:38:34 -07:00
utils_windows.go Windows OCI: Remove endpoint list 2016-09-22 10:08:13 -07:00
utils_windows_test.go Allow windows environment variables to contain = 2016-09-05 08:49:07 +10:00