mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Fixes a regression from the volumes refactor where the vfs graphdriver was setting labels for volumes to `s0` so that they can both be written to by the container and shared with other containers. When moving away from vfs this was never re-introduced. Since this needs to happen regardless of volume driver, this is implemented outside of the driver. Fixes issue where `z` and `Z` labels are not set for bind-mounts. Don't lock while creating volumes Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: b2a43baf2e2cc68c83383a7524441f81bc4c4725 Component: engine