diff options
-rw-r--r-- | content/docs/includes/install_gvisor.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 800f915dc..27d8659bc 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -10,9 +10,9 @@ Older builds can also be found here: With corresponding SHA512 checksums here: `https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc.sha512` -**It is important to copy this binary to some place that is accessible to all -users, and make is executable to all users**, since `runsc` executes itself as -user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is +**It is important to copy this binary to a location that is accessible to all +users, and make sure it is executable to all users**, since `runsc` executes itself +as user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is a good place to put the `runsc` binary. ```bash |