We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f3ac16 + d2abe47 commit a462d6fCopy full SHA for a462d6f
libcontainer/configs/mount_linux.go
@@ -46,7 +46,7 @@ type Mount struct {
46
// Relabel field is ignored.
47
//
48
// Deprecated: do not use. This field will be removed in runc 1.7.
49
- Relabel string
+ Relabel string `json:"-"`
50
51
// RecAttr represents mount properties to be applied recursively (AT_RECURSIVE), see mount_setattr(2).
52
RecAttr *unix.MountAttr `json:"rec_attr,omitempty"`
0 commit comments