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