diff --git a/runtime_config_linux.go b/runtime_config_linux.go index 7a8b4953c..5c51f5380 100644 --- a/runtime_config_linux.go +++ b/runtime_config_linux.go @@ -5,8 +5,8 @@ import "os" // LinuxRuntimeSpec is the full specification for linux containers. type LinuxRuntimeSpec struct { RuntimeSpec - // Linux is platform specific configuration for linux based containers. - LinuxRuntime Linux `json:"linux"` + // LinuxRuntime is platform specific configuration for linux based containers. + Linux LinuxRuntime `json:"linux"` } type LinuxRuntime struct {