mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ec90839ca3
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>
1 line
13 B
Go
1 line
13 B
Go
package main
|