Skip to content

Commit d9b45db

Browse files
authored
Merge pull request #245 from RobDolinMS/patch-1
[ReadMe] Remove extraneous "should"
2 parents f31a452 + fa7d941 commit d9b45db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The optional and base layers of all OCI projects are tracked in the [OCI Scope T
2929

3030
The OCI Image Format partner project is the [OCI Runtime Spec project](https://github.com/opencontainers/runtime-spec). The Runtime Specification outlines how to run a "[filesystem bundle](https://github.com/opencontainers/runtime-spec/blob/master/bundle.md)" that is unpacked on disk. At a high-level an OCI implementation would download an OCI Image then unpack that image into an OCI Runtime filesystem bundle. At this point the OCI Runtime Bundle would be run by an OCI Runtime.
3131

32-
This entire workflow should support the UX that users have come to expect from container engines like Docker and rkt: primarily, the ability to run an image with no additional arguments:
32+
This entire workflow supports the UX that users have come to expect from container engines like Docker and rkt: primarily, the ability to run an image with no additional arguments:
3333

3434
* docker run example.com/org/app:v1.0.0
3535
* rkt run example.com/org/app,version=v1.0.0

0 commit comments

Comments
 (0)