From f66aad47309a897344329fed355899be408dbe48 Mon Sep 17 00:00:00 2001 From: utam0k Date: Sun, 30 Apr 2023 03:31:55 +0000 Subject: [PATCH] Update ociVersion in config-linux.md example Signed-off-by: utam0k --- config-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-linux.md b/config-linux.md index 984aea1e7..f0261415e 100644 --- a/config-linux.md +++ b/config-linux.md @@ -850,14 +850,14 @@ Example sending a single `seccompFd` file descriptor in the `SCM_RIGHTS` array: ```json { - "ociVersion": "0.2.0", + "ociVersion": "1.0.2", "fds": [ "seccompFd" ], "pid": 4422, "metadata": "MKNOD=/dev/null,/dev/net/tun;BPF_MAP_TYPES=hash,array", "state": { - "ociVersion": "0.2.0", + "ociVersion": "1.0.2", "id": "oci-container1", "status": "creating", "pid": 4422,