Skip to content

Commit

Permalink
Fix LinuxRuntime field
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
  • Loading branch information
LK4D4 committed Aug 31, 2015
1 parent e9cb564 commit cc8a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime_config_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cc8a997

Please sign in to comment.