containerd/runtime/spec_linux.go
John Howard 2b8f022950 runtime compiles on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-26 14:01:06 -08:00

6 lines
124 B
Go

package runtime
import "github.com/opencontainers/specs"
type PlatformSpec specs.LinuxSpec
type ProcessSpec specs.Process