users probably would like to know to sudo this

This commit is contained in:
redbeardymcgee 2024-12-01 15:43:35 -06:00
parent 923356a8ef
commit af3e8c5953

View file

@ -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