moby--moby/plugin
Brian Goff ec90839ca3 Don't sort plugin mounts slice
This was added as part of a53930a04f with
the intent to sort the mounts in the plugin config, but this was sorting
*all* the mounts from the default OCI spec which is problematic.

In reality we don't need to sort this because we are only adding a
self-binded mount to flag it as rshared.

We may want to look at sorting the plugin mounts before they are added
to the OCI spec in the future, but for now I think the existing behavior
is fine since the plugin author has control of the order (except for the
propagated mount).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-03-28 09:10:43 -04:00
..
executor/containerd Add canonical import comment 2018-02-05 16:51:57 -05:00
v2 Don't sort plugin mounts slice 2018-03-28 09:10:43 -04:00
backend_linux.go Windows: Block pulling uplevel images 2018-02-26 12:33:54 -08:00
backend_linux_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
backend_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
blobstore.go Windows: Block pulling uplevel images 2018-02-26 12:33:54 -08:00
defs.go Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins 2018-02-21 12:28:13 +01:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
events.go Add canonical import comment 2018-02-05 16:51:57 -05:00
manager.go Merge pull request #36327 from Microsoft/jjh/block-pulling-uplevel 2018-03-05 15:12:52 -08:00
manager_linux.go Add missing error return for plugin creation. 2018-03-23 12:07:43 -07:00
manager_linux_test.go Add missing error return for plugin creation. 2018-03-23 12:07:43 -07:00
manager_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
manager_windows.go Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins 2018-02-21 12:28:13 +01:00
store.go Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins 2018-02-21 12:28:13 +01:00
store_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00