moby--moby/daemon/graphdriver/aufs
Phil Estes 48b1dd0084 Add backing filesystem info to `docker info` command where applicable
Fixes #9960

This adds the output of a "Backing Filesystem:" entry to `docker info`
to overlay, aufs, and devicemapper graphdrivers. The default list
includes a fairly complete list of common filesystem names from
linux/include/uapi/linux/magic.h, but if the backing filesystem is not
recognized, the code will simply show "<unknown>"

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2015-01-16 14:43:43 -05:00
..
aufs.go Add backing filesystem info to `docker info` command where applicable 2015-01-16 14:43:43 -05:00
aufs_test.go Add backing filesystem info to `docker info` command where applicable 2015-01-16 14:43:43 -05:00
dirs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
migrate.go Initial work on selinux patch 2014-04-29 03:40:05 -07:00
mount.go Use logrus everywhere for logging 2014-10-24 15:03:06 -07:00
mount_linux.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
mount_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00