Fix LinuxRuntime field
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
e9cb5644fa
commit
cc8a99757d
|
@ -5,8 +5,8 @@ import "os"
|
||||||
// LinuxRuntimeSpec is the full specification for linux containers.
|
// LinuxRuntimeSpec is the full specification for linux containers.
|
||||||
type LinuxRuntimeSpec struct {
|
type LinuxRuntimeSpec struct {
|
||||||
RuntimeSpec
|
RuntimeSpec
|
||||||
// Linux is platform specific configuration for linux based containers.
|
// LinuxRuntime is platform specific configuration for linux based containers.
|
||||||
LinuxRuntime Linux `json:"linux"`
|
Linux LinuxRuntime `json:"linux"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type LinuxRuntime struct {
|
type LinuxRuntime struct {
|
||||||
|
|
Loading…
Reference in New Issue