moby--moby/pkg/mount
Dan Walsh b3e527dfd2 This patch adds --tmpfs as a option for mounting tmpfs on directories
It will Tar up contents of child directory onto tmpfs if mounted over

This patch will use the new PreMount and PostMount hooks to "tar"
up the contents of the base image on top of tmpfs mount points.

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
2015-12-02 10:06:59 -05:00
..
flags.go This patch adds --tmpfs as a option for mounting tmpfs on directories 2015-12-02 10:06:59 -05:00
flags_freebsd.go Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
flags_linux.go Add documentation for exported functions and types 2015-04-03 11:33:34 +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 update testcase mount/sharedsubtree_linux_test.go 2015-06-27 14:34:32 -04:00