diff options
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/includes/install_gvisor.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index e8089a7d4..ccaa2244a 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -21,6 +21,7 @@ a good place to put the `runsc` binary. sha512sum -c runsc.sha512 chmod a+x runsc sudo mv runsc /usr/local/bin + sudo chown root /usr/local/bin/runsc ) ``` |