Merge pull request #3115 from justincormack/merge-moby-tool

Merge moby tool back into LinuxKit
This commit is contained in:
Rolf Neugebauer
2018-07-16 17:52:37 +01:00
committed by GitHub
29 changed files with 537 additions and 334 deletions

View File

@@ -14,7 +14,7 @@ import (
"golang.org/x/sys/unix"
)
// Note these definitions are from moby/tool/src/moby/config.go and should be kept in sync
// Note these definitions are from src/moby/config.go and should be kept in sync
// Runtime is the type of config processed at runtime, not used to build the OCI spec
type Runtime struct {