We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adea03f + f307cfc commit d33a8e1Copy full SHA for d33a8e1
specs-go/config.go
@@ -71,7 +71,7 @@ type Root struct {
71
// Path is the absolute path to the container's root filesystem.
72
Path string `json:"path"`
73
// Readonly makes the root filesystem for the container readonly before the process is executed.
74
- Readonly bool `json:"readonly"`
+ Readonly bool `json:"readonly,omitempty"`
75
}
76
77
// Platform specifies OS and arch information for the host system that the container
0 commit comments