mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
Instead of converting nicely typed service mounts into untyped `Binds` when creating containers, use the new `Mounts` API which is a 1-1 mapping between service mounts and container mounts. Signed-off-by: Brian Goff <cpuguy83@gmail.com>