mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
Merge pull request #14852 from rhatdan/relabel
Rename internal field Relabel to Mode
This commit is contained in:
+1
-1
@@ -274,6 +274,6 @@ type MountPoint struct {
|
||||
Source string
|
||||
Destination string
|
||||
Driver string `json:",omitempty"`
|
||||
Mode string // this is internally named `Relabel`
|
||||
Mode string
|
||||
RW bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user