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.
1 parent 93362a6 commit f379bc7Copy full SHA for f379bc7
specs-go/config.go
@@ -43,8 +43,8 @@ type VMKernel struct {
43
Path string `json:"path"`
44
// Parameters specifies parameters to pass to the kernel.
45
Parameters string `json:"parameters,omitempty"`
46
- // InitRd is the host path to an initial ramdisk to be used by the kernel.
47
- InitRd string `json:"initrd,omitempty"`
+ // InitRD is the host path to an initial ramdisk to be used by the kernel.
+ InitRD string `json:"initrd,omitempty"`
48
}
49
50
// Process contains information to start a specific application inside the container.
0 commit comments