diff --git a/runtime_config_linux.go b/runtime_config_linux.go index e56265b92..24092237e 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 {