Skip to content

Commit 46369fd

Browse files
authored
Merge pull request #1199 from utam0k/update-example
chore: Update ociVersion in config-linux.md example
2 parents 5bc62f1 + f66aad4 commit 46369fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,14 +850,14 @@ Example sending a single `seccompFd` file descriptor in the `SCM_RIGHTS` array:
850850

851851
```json
852852
{
853-
"ociVersion": "0.2.0",
853+
"ociVersion": "1.0.2",
854854
"fds": [
855855
"seccompFd"
856856
],
857857
"pid": 4422,
858858
"metadata": "MKNOD=/dev/null,/dev/net/tun;BPF_MAP_TYPES=hash,array",
859859
"state": {
860-
"ociVersion": "0.2.0",
860+
"ociVersion": "1.0.2",
861861
"id": "oci-container1",
862862
"status": "creating",
863863
"pid": 4422,

0 commit comments

Comments
 (0)