0d643ed63928bbf83715fb1f8ff637879cf5cd0d
1. There is no need to specify rw argument -- bind mounts are read-write by default. 2. There is no point in parsing /proc/self/mountinfo after performing a mount, especially if we don't check whether the fs is mounted or not -- the only outcome from it could be an error from our mountinfo parser, which makes no sense in this context. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit f01297d1ae352bc2bf01ebf62e879c1c83cdbee4) Upstream-commit: fd7611ff1f1d61d5b4b45b2c0bd83976cbccf174 Component: engine
Description
No description provided
310 MiB
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%