---
title: "💭 Podman - ArchWiki"
description: "!https://wiki.archlinux.org/title/Podman"
date: 2023-07-29
published: true
tags:
  - linux
  - podman
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://wiki.archlinux.org/title/Podman" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-content">
      <div class="embed-card-title">Podman - ArchWiki</div>
      <div class="embed-card-meta">wiki.archlinux.org</div>
    </div>
  </a>
</div>


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 <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
