💭 Podman - ArchWiki =================== !https://wiki.archlinux.org/title/Podman Date: July 29, 2023 Podman - ArchWiki wiki.archlinux.org [1] I kept running into limits in the number of subuid and subgid's I had on my system by default. As always thank the arch wiki guide for having the most comprehensive yet consice guide to setup podman. What I needed to do to fix the error. ``` bash usermod --add-subuids 100000-165535 --add-subgids 100000-165535 username ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://wiki.archlinux.org/title/Podman [2]: /thoughts/ [3]: /tags/thoughts/