-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some rootless docs notes (#3395)
* add some rootless docs notes * rewording
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,15 @@ Also, depending on the host configuration, the following steps might be needed: | |
Beware that changing this configuration may affect system | ||
performance.) | ||
|
||
Please note that: | ||
|
||
- `/etc/systemd/system/[email protected]/` directory needs to be created if not already present on your host | ||
- If using Docker and it was already running when this step was done, a restart is needed for the changes to take | ||
effect | ||
{{< codeFromInline lang="bash" >}} | ||
systemctl --user restart docker | ||
{{< /codeFromInline >}} | ||
|
||
- Create `/etc/modules-load.d/iptables.conf` with the following content: | ||
|
||
``` | ||
|