Update spec to v0.5.0

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-04-12 13:35:51 -07:00
parent e874369984
commit f417e993d0
32 changed files with 15 additions and 1917 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
// cState represents the platform agnostic pieces relating to a running
// container's status and state. Note: The fields in this structure adhere to
// the opencontainers/specs/specs-go requirement for json fields that must be returned
// the opencontainers/runtime-spec/specs-go requirement for json fields that must be returned
// in a state command.
type cState struct {
// Version is the OCI version for the container