diff options
-rw-r--r-- | content/docs/includes/install_gvisor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 404f3f5b4..cfc74768d 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -19,9 +19,9 @@ a good place to put the `runsc` binary. wget https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc wget https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc.sha512 sha512sum -c runsc.sha512 - chmod a+x runsc sudo mv runsc /usr/local/bin sudo chown root:root /usr/local/bin/runsc + chmod 0755 /usr/local/bin/runsc ) ``` |