1ac065d3b771a9a7a33fbfc7f92d538ddd622334
The call is not needed here and wouldn't really work since `Source` in this case is a volume name. Further we don't neccessarily even have a volume path at this time since the volume hasn't been mounted yet. The volume will be relabled either: 1. When data gets copied to it from the image (if applicable) -- https://github.com/docker/docker/blob/master/container/container_unix.go#L196 2. When the container is started -- https://github.com/docker/docker/blob/master/daemon/oci_linux.go#L737 Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 898e84d5fd1ad502632eb4082b7be37a65599a3b Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%