Skip to content

Commit 2d3f265

Browse files
authored
Merge pull request #903 from wking/state-version-source
runtime: Clarify ociVersion as based on the state schema
2 parents 903de9f + ec0fc3d commit 2d3f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Whether other entities using the same, or other, instance of the runtime can see
99

1010
The state of a container includes the following properties:
1111

12-
* **`ociVersion`** (string, REQUIRED) is the OCI specification version used when creating the container.
12+
* **`ociVersion`** (string, REQUIRED) is version of the Open Container Initiative Runtime Specification with which the state complies.
1313
* **`id`** (string, REQUIRED) is the container's ID.
1414
This MUST be unique across all containers on this host.
1515
There is no requirement that it be unique across hosts.

0 commit comments

Comments
 (0)