users probably would like to know to sudo this
This commit is contained in:
parent
923356a8ef
commit
af3e8c5953
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ You may need to add a large range of subuids and subgids, because `podman` will
|
||||||
use them when users are generated inside the containers.
|
use them when users are generated inside the containers.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
usermod --add-subuids 200000-299999 --add-subgids 200000-299999 $USER
|
sudo usermod --add-subuids 200000-299999 --add-subgids 200000-299999 $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
### Quickstart
|
### Quickstart
|
||||||
|
|
Loading…
Add table
Reference in a new issue