From 2680a29815b62ea64d80553968d7a6afc26d0156 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 31 Mar 2022 00:48:10 +0200 Subject: [PATCH] fix inconsistency --- content/posts/docker-hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/docker-hardening.md b/content/posts/docker-hardening.md index aadfa1e..eb98d44 100644 --- a/content/posts/docker-hardening.md +++ b/content/posts/docker-hardening.md @@ -177,7 +177,7 @@ The security model of gVisor is comparable to what you would expect from a virtu ] }, "runsc-kvm": { - "path": "/usr/bin/runsc", + "path": "/usr/local/bin/runsc", "runtimeArgs": [ "--platform=kvm" ]