mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
If you run a docker run command with --tmpfs /mountpoint:noexec Or certain options that get translated into mount options, the mount command can get passed "" for mount data. So this should be valid. Signed-off-by: Dan Walsh <dwalsh@redhat.com> |
||
|---|---|---|
| .. | ||
| flags.go | ||
| flags_freebsd.go | ||
| flags_linux.go | ||
| flags_unsupported.go | ||
| mount.go | ||
| mount_test.go | ||
| mounter_freebsd.go | ||
| mounter_linux.go | ||
| mounter_unsupported.go | ||
| mountinfo.go | ||
| mountinfo_freebsd.go | ||
| mountinfo_linux.go | ||
| mountinfo_linux_test.go | ||
| mountinfo_unsupported.go | ||
| sharedsubtree_linux.go | ||
| sharedsubtree_linux_test.go | ||