mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
one linux, the optional field designates the sharedsubtree information, if any. Signed-off-by: Vincent Batts <vbatts@redhat.com>
8 lines
161 B
Go
8 lines
161 B
Go
package mount
|
|
|
|
type MountInfo struct {
|
|
Id, Parent, Major, Minor int
|
|
Root, Mountpoint, Opts, Optional string
|
|
Fstype, Source, VfsOpts string
|
|
}
|