Skip to content

Commit 1c2d653

Browse files
authored
Merge pull request #403 from safiyat/update_userns_permanently
Updated the command to enable user ns permanently.
2 parents b7347a6 + 6d71f2d commit 1c2d653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ sudo sysctl kernel.unprivileged_userns_clone=1
435435
To enable the user namespaces permanently:
436436

437437
```
438-
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/userns.conf
438+
echo 'kernel.unprivileged_userns_clone=1' | sudo tee /etc/sysctl.d/userns.conf > /dev/null
439439
```
440440

441441
### Building missing dependencies

0 commit comments

Comments
 (0)