1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
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
..
caps
cluster Fix conversion of restart-policy from GRPC 2016-09-30 15:54:47 +08:00
events
exec
graphdriver Merge pull request #26898 from YuPengZTE/devErrorsNew 2016-09-27 10:10:57 -04:00
links
logger
network
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_unix.go
archive_windows.go
attach.go
auth.go
cache.go Implement build cache based on history array 2016-09-23 11:30:06 -07:00
changes.go
checkpoint.go
commit.go
config.go
config_experimental.go
config_solaris.go
config_stub.go
config_test.go
config_unix.go configure docker-init binary path 2016-09-27 14:49:17 +02:00
config_windows.go
container.go
container_operations.go Delete the redundant function 'errClusterNetworkOnRun' 2016-09-24 11:24:48 +08:00
container_operations_solaris.go
container_operations_unix.go
container_operations_windows.go
create.go
create_unix.go
create_windows.go
daemon.go Merge pull request #27136 from allencloud/add-lock-in-libcontainerd 2016-10-04 09:29:59 -04:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go Add setupInitLayer() placeholder for Solaris 2016-09-26 22:05:28 +02:00
daemon_stub.go
daemon_test.go
daemon_unix.go Merge pull request #26989 from aboch/none 2016-10-04 16:25:39 +02:00
daemon_unix_test.go Initialize libnetwork and IPAMDriver with pluginstore. 2016-10-03 10:40:05 -07:00
daemon_unsupported.go
daemon_windows.go Initialize libnetwork and IPAMDriver with pluginstore. 2016-10-03 10:40:05 -07:00
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go make client side know container removal in progress 2016-09-27 18:06:54 +08:00
delete_test.go make client side know container removal in progress 2016-09-27 18:06:54 +08:00
discovery.go
discovery_test.go
disk_usage.go Add /system/df API endpoint 2016-09-29 07:42:53 -07:00
errors.go
events.go
events_test.go
exec.go Fix missing hostname and links in exec env 2016-09-29 13:46:10 -07:00
exec_linux.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
exec_solaris.go
exec_windows.go
export.go
health.go make health check log more readable 2016-09-28 14:10:15 +08:00
health_test.go
image.go Implement build cache based on history array 2016-09-23 11:30:06 -07:00
image_delete.go
image_exporter.go
image_history.go
image_inspect.go
image_pull.go
image_push.go
image_tag.go
images.go Add new df subcomand to the system command 2016-09-30 14:35:23 -07:00
import.go
info.go Add isolation to info 2016-09-23 12:13:29 -07:00
inspect.go
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go
keys_unsupported.go
kill.go
links.go
links_test.go
list.go Add a new "is-task" ps filter 2016-09-28 12:45:30 +02:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
monitor.go make health check log more readable 2016-09-28 14:10:15 +08:00
monitor_linux.go
monitor_solaris.go
monitor_windows.go Fixing servicing bug by always specifying LayerFolderPath 2016-10-04 15:29:30 -07:00
mounts.go
names.go
network.go Merge pull request #24634 from thaJeztah/make-network-name-required 2016-09-27 10:20:38 +02:00
oci_linux.go Merge pull request #26961 from Microsoft/jjh/oci 2016-09-30 10:13:57 -07:00
oci_solaris.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
oci_windows.go Merge pull request #26961 from Microsoft/jjh/oci 2016-09-30 10:13:57 -07:00
pause.go
prune.go Add /{containers,volumes,images}/prune API endpoint 2016-09-29 07:42:53 -07:00
rename.go
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
selinux_linux.go
selinux_unsupported.go
start.go
start_linux.go
start_windows.go Fixing servicing bug by always specifying LayerFolderPath 2016-10-04 15:29:30 -07:00
stats.go
stats_collector.go
stats_collector_solaris.go
stats_collector_unix.go
stats_collector_windows.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go Add /system/df API endpoint 2016-09-29 07:42:53 -07:00
volumes_unit_test.go
volumes_unix.go
volumes_windows.go Remove hacked Windows OCI spec, compile fixups 2016-09-27 12:07:35 -07:00
wait.go