moby--moby/pkg/mount
Dan Walsh 89a775d2dc No options to tmpfs is valid
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>
2015-12-22 14:15:07 -05:00
..
flags.go No options to tmpfs is valid 2015-12-22 14:15:07 -05:00
flags_freebsd.go Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
flags_linux.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
flags_unsupported.go Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
mount.go pkg: mount: golint 2015-07-22 10:26:10 +02:00
mount_test.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mounter_freebsd.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mounter_linux.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
mounter_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
mountinfo.go pkg: mount: golint 2015-07-22 10:26:10 +02:00
mountinfo_freebsd.go pkg: mount: golint 2015-07-22 10:26:10 +02:00
mountinfo_linux.go pkg: mount: golint 2015-07-22 10:26:10 +02:00
mountinfo_linux_test.go pkg: mount: golint 2015-07-22 10:26:10 +02:00
mountinfo_unsupported.go pkg: mount: golint 2015-07-22 10:26:10 +02:00
sharedsubtree_linux.go Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
sharedsubtree_linux_test.go Fix typos found across repository 2015-12-13 18:04:12 +02:00